Find
You are looking at an action called codeswitch
Created by
omenofdoom
, last updated 19 Apr 2008
Code
get $target in $loc;
if $target > 0 then toggleit;
##toggleit:
switch $target toggle;
$swtch = $target's switch;
print "[$target]'s switch is now $swtch";