HALT

From 4Dimensions
Jump to: navigation, search

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.