Warcraft III resources & community, 2003–2006 · archived

Pause.. Delay.. Unpause..

3 posts
#1

Pause.. Delay.. Unpause..

So someone tell me y these units are not unpausing..


Events
    Time - Every 0.30 seconds of game time

Actions
        Unit Group - Pick every unit in (Units within 150.00 of (Position of pheonix) matching ((Owner of (Matching unit)) Equal to Player 11 (Dark Green))) and do (Actions)
        Loop - Actions
            Unit - Pause (Picked unit)
            Wait 2.00 seconds
            Game - Display to (All players) the text: pause...
            Unit - Unpause (Picked unit)

The units do not unpause. Even when i put a text after the wait time, the text doesnt show so all it does is pause and then ignores the rest of the triggers..
#2
Because of Wait action which cannot be used in "Pick" actions.
#3
realy?! lol i though it is because the period time is 0.3 but the trigger needs 2.00 to do all actions.. tried it with a perioded time of 2 so its similar with the action time o.O... ^_^