Find
You are looking at a translucent blade
A blade enhanced with cloaking energy
Created by
omenofdoom
, last updated 29 Apr 2007
Code
if second of hit then doit;
##doit:
if $actor'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]!";
##showme:
set $init_obj's pose to '';
set $actor's pose to '';
print "[$target] hears a buzzing noise and [$init_obj] along with [$actor]!";
refresh $init_obj;