HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Trigger help! (read desc of the problem)

11-22-2002, 04:48 PM#1
Guest
tete_de_bouc
Why?

I want to make a mini-game (just like the dodger of sheep)
and i dont want the selected units to move at the point of
an issued order, but in the middle of a region.
In other words, i want that the units freeze(by someway ignoring the issued order) and then move(instantly) to the center of a region.

What it will do right now : the units will teleport to
the center of the region but then they will continue to move until they reach the point of the issued order.
I dont want them to continue moving... that's the problem

Dont tell me to force the "s"(stop) key cause the units will
still move a little. I want them to freeze.

Event:
A unit owned by PLayer1 is issued an order targeting a point

Conditions:
no.


Actions:
turn off this trigger(to avoid infinite loop)

Unit Group- pick every unit in myGroup and do
move(instantly) picked unit to center of Region001

Unit Group- pick every unit in myGroup and do
change ownership of picked unit to neutral victim and retain color (this should prevent the units to
move to the point of the iss. order because u can
no more control them but it dont)

turn on this trigger


Any solutions/comments welcomw
11-22-2002, 07:55 PM#2
Milkman
I thought that you were using like s and h like the dodger of sheep. but since you don't i have no idea how to ssolvei it