HALT
From 4Dimensions
Revision as of 04:00, 26 January 2016 by Isibot (talk | contribs) (Bot: Automated import of articles)
HALT
HALT
HALT
HALT
Usage: halt
Halt terminates the trigger execution.
- This script attacks players of level 20 and above. The reason for the use of
- halt and return 0 is to make sure other scripts are checked too.
if %actor.level% < 20 return 0
halt
end
%echo% %self.name% yells a Battlecry and throws himself at you.
mkill %actor%
Terminates the trigger execution.