HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

A Small Trigger Question...

08-13-2003, 02:33 AM#1
Naix
I'm making a hero-arena type map thats pretty simple, meant for fun, and I just have 1 small question about a trigger in it.

I have six heroes, four people can play at one time.

I want the HeroChooser unit for each person, when they walk over to one of Player 5 (Computer that does nothing) and stand in the region defined for them, teleport the hero chosen to some place and kill the HeroChooser unit for that player.

..How do I do that in simple triggers?
08-13-2003, 02:40 AM#2
badomen
i think this is what you mean

event:unit enters "mage"<gen>
cond:triggering unit = to herochooser
Action:
: move Mage001 to "start" instantly
: change owner of mage001 to owner of triggering unit
: remove trigging unit from game
*: turn off this trigger

*if you only want one person to be able to select "mage"

you can also add snap camera triggers so players dont have to move the camera down to there new unit manualy

if you want it in more detail just post but that should be clear..