HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

I DONT GET WHY THIS DOSENT WORK!!!

07-21-2006, 02:21 AM#1
evilmapcreater
Trigger:
steering
Collapse Events
Unit - A unit Is issued an order targeting a point
Collapse Conditions
(Issued order) Equal to (Order(move))
Collapse Actions
Unit Group - Pick every unit in (Units owned by (Owner of (Ordered unit))) and do (Unit - Make (Picked unit) face (Facing of (Ordered unit)) over 0.00 seconds)
Custom script: call DestroyGroup( GetLastCreatedGroup())

my unit(s) dont turn at all
07-21-2006, 02:43 AM#2
Fin.
your condition is wrong, it should be issued order equal to (order(smart))
enjoy
07-21-2006, 02:55 AM#3
Vexorian
I think GetLastCreatedGroup() Creates a new group that contains the units that were created by the last Create N units ... action. So you don't really should use it there. just move the Custom Script above the other action and use set bj_destroyGroup=true

Try using an or in the condition so it can recognize move and smart orders (smart is double click)
07-21-2006, 05:07 AM#4
swordmas100
wrong condition i would say......