Staredit Network

Staredit Network -> UMS Assistance -> [SOLVED] Location Switching
Report, edit, etc...Posted by Eskimo Bob on 2006-07-15 at 13:45:41
Well i wanna make 3 locations constantly switching beacons so it's harder to pick the right one, What trigger can do that? I dont know if i understand move location either so hmm?
Report, edit, etc...Posted by DT_Battlekruser on 2006-07-15 at 13:54:23
"Move Location" simple centers a location on a given unit. If all 3 beacons are the same beacon, you would need 2 locations for each beacon, something like this:
beacon1_stationary
beacon1_pick
beacon2_stationary
beacon2_pick
beacon3_stationary
beacon3_pick
The 'stationary' locations stay on the beacon, while you can use a number of 'Move Location' actions like this:

Move beacon1_pick to Beacon owned by Player at beacon3_stationary

Build a preserved trigger that shuffles the beacon pick locations around every second or however often you want, and you're done.
Report, edit, etc...Posted by Eskimo Bob on 2006-07-16 at 01:31:45
Thank you, I did that and just added a wait trigger between each.
Next Page (1)