- Joined
- Jul 5, 2014
- Messages
- 551
This is not the first time that condition doesn't seem to work. I checked it and the trigger runs without the "units owned by Player 11" condition, so it has to be the problem. Am I doing something wrong or is it bugged?
-
Merc Saved
-
Events
-
Time - Every 1.00 seconds of game time
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Number of units in (Units owned by Player 11 (Dark Green))) Equal to 0) and ((Reanimated Mercenary 0001 <gen> is alive) Equal to True)
-
-
Then - Actions
-
Trigger - Turn off (This trigger)
-
Wait 1.00 seconds
-
If ((Reanimated Mercenary 0001 <gen> is alive) Equal to False) then do (Skip remaining actions) else do (Do nothing)
-
Cinematic - Send transmission to (All players) from Reanimated Mercenary 0001 <gen> named Reanimated Mercenary: Play No sound and display I don't know who yo.... Modify duration: Set to 10.00 seconds and Don't wait
-
Wait 10.00 seconds
-
If ((Reanimated Mercenary 0001 <gen> is alive) Equal to False) then do (Skip remaining actions) else do (Do nothing)
-
Set SingleUsePoint3 = (Position of Reanimated Mercenary 0001 <gen>)
-
Item - Create Heavy Maul at SingleUsePoint3
-
Custom script: call RemoveLocation(udg_SingleUsePoint3)
-
Unit - Order Reanimated Mercenary 0001 <gen> to Move To (Center of Merc_Leaves <gen>)
-
Wait until ((Merc_Leaves <gen> contains Reanimated Mercenary 0001 <gen>) Equal to True), checking every 0.40 seconds
-
Unit - Remove Reanimated Mercenary 0001 <gen> from the game
-
-
Else - Actions
-
-
-
Last edited: