HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

is there any way to move a unit to a location without it being instant?

02-10-2006, 11:56 PM#1
X-Death
the only trigger i see for moveing a unit is a trigger where u hav to move the unit instantly. and i dont want it instantly. i want it exactly how u would just move a unit. it's for my cinemetic.

so how do i move a unit to a location (not instantly) at a point in a cinemetic?
02-11-2006, 12:38 AM#2
Zandose
Theres a trigger a bit lower down for ordering a unit to a point.
02-11-2006, 12:47 AM#3
X-Death
Quote:
Originally Posted by Zandose
Theres a trigger a bit lower down for ordering a unit to a point.

is the trigger action, "Unit - Set rally-point to unit/destructible"? please give me the specific name of the trigger action please.
02-11-2006, 12:54 AM#4
Zandose
Sorry it's alot futher down then I thought. Just look for...

Unit - Issue Order Targeting A Point

Code:
Unit - Order Footman 0000 <gen> to Move To (Center of (Playable map area))
02-11-2006, 02:21 AM#5
X-Death
Quote:
Originally Posted by Zandose
Sorry it's alot futher down then I thought. Just look for...

Unit - Issue Order Targeting A Point

Code:
Unit - Order Footman 0000 <gen> to Move To (Center of (Playable map area))

thanx dude.

prob solved.