- Joined
- Aug 8, 2004
- Messages
- 562
is there a way to make it so a unit always appears behind someone, not beside or in front, BEHIND! any help will be great!
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Facing of FireWalkCaster) Less than or equal to 180.00
Then - Actions
Unit - Create 1 dummy1 for (Owner of FireWalkCaster) at ((Position of FireWalkCaster) offset by 50.00 towards ((Facing of FireWalkCaster) + 180.00) degrees) facing Default building facing degrees
Unit - Add a 10.00 second Generic expiration timer to (Last created unit)
Else - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Facing of FireWalkCaster) Greater than or equal to 181.00
Then - Actions
Unit - Create 1 dummy1 for (Owner of FireWalkCaster) at ((Position of FireWalkCaster) offset by 50.00 towards ((Facing of FireWalkCaster) - 180.00) degrees) facing Default building facing degrees
Unit - Add a 10.00 second Generic expiration timer to (Last created unit)
Else - Actions
Do nothing