HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Help With Moving Units

02-23-2005, 04:10 AM#1
yuripro84
OK, i have a trigger where after a timer runs out, all units that are heroes will be instantly moved to XXX region, heres what i have as the event, whats the action gonna be??


Timer-Timer Expires
>Timer XXX runs out
>>Variable for timer
02-23-2005, 04:24 AM#2
Guest
Quote:
Event:
- Time - <Timer> expires
Conditions:
- ¤
Actions:
- Unit - Move <Variable_Hero> instantly to (Center of (<Region>))


I Think that's a way of doing it.
02-23-2005, 04:42 AM#3
Guest
I think this will do what you want:

Unit Group - Pick every unit in (Units in (Playable map area) matching (((Picked unit) is A Hero) Equal to True)) and do (Unit - Order (Matching unit) to Move To (wherever))
02-23-2005, 01:35 PM#4
yuripro84
thanx guys
renard, im guessing you actually include a variable??well, i suck at variables, but luckily, i figured out how to do the timer, im trying to learn what each one does though, and how to better use them ;) so ill have to go with Sabugostorm, but if it doesnt work, ill just ask again for help :D thanx so much!