Find
You are looking at a flux blade
Created by
omenofdoom
, last updated 24 Dec 2006
Code
if second of hit then doit;
##doit:
if $init_obj's pose like "lurking" then showme else hideme;
##hideme:
set $init_obj's pose to 'lurking';
set $actor's pose to 'lurking';
print "[$actor] flickers for a moment then vanishes along with [$init_obj]!";
refresh $init_obj;
##showme:
set $init_obj's pose to '';
set $actor's pose to '';
print "[$target] hears a buzzing noise and reappears [$init_obj] along with [$actor]!";
refresh $init_obj;