- Joined
- Oct 24, 2012
- Messages
- 6,545
i want to know how to remove an action from the trigger
trg_BKC is the trigger
this is the action i want to remove if someone could tell me how to do this thx
trg_BKC is the trigger
JASS:
call TriggerRemoveAction( trg_BKC, triggeraction whichAction )
JASS:
call TriggerAddAction( trg_BKC, function Actions )