TriggerWaitOnSleeps

Parameters
whichTrigger trigger
flag boolean
comment

Marks the given trigger to wait/no longer wait for TriggerSleepActions in sub trigger executions started via TriggerExecuteWait. Since this is an attribute of the execution rather than the trigger object, this affects future runs of the given trigger, and not those already started.

patch

1.00

return type
nothing
Source code
native TriggerWaitOnSleeps   takes trigger whichTrigger, boolean flag returns nothing
Source
common.j
wc3modding.com
TriggerWaitOnSleeps