Find
You are looking at a vari called freeze
Created by
Chaotic Bob
, last updated 24 Dec 2006
Code
get $target in $loc;
if $target > 0 then blockit else end;
##blockit:if $target's name like "superblah" then okthen else freezeit;
##freezeit:
var $location to (39139);
say 'freeze',"[39294] raises [$actor] above their head";
say 'freeze',"[39294] jabs [$target], freezing them";
say 'freeze',"A monster appears and sends the frozen [$target] to [$location]";
set $target's loc to $location";
say 'freeze',"A C.C. employee steps out of shadows and unfreezes [$target] and says 'You must be careful around here. I suggest you run' and steps back into the shadows";
##okthen:
say 'freeze',"[39294] raises [$actor] above their head";
say 'msg',"[$target] raises their arms and a shield appears in front of them";
say 'msg',"When [39294] tries to deliver a blow [$target]'s shield blocks it";
say 'msg',"[$target] starts to flee but [39294] stops them in their tracks";
say 'msg',"[39294] says 'Don't ever do that again! Do you understand?' and drops [$target] to the floor";
say 'msg',"[$target] nods, gets up, and runs away";
say 'msg',"[39294] says 'Good' and walks away";