Difference between revisions of "HALT"

From 4Dimensions
Jump to: navigation, search
(Bot: Automated import of articles)
 
(No difference)

Latest revision as of 05:00, 26 January 2016

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.