Find
You are looking at an official brick card
2
*
*
*
*
*
*
Brick
Bricks hide in dark places.
Can be taught tricks
(c) 2007 creativeobjectworld.com the worlds first eco-ware product
Created by
wolis
, last updated 28 Mar 2014
Code
if target of use then checksecond;
##checksecond:
if $second > 0 then useme else nosecond;
##useme:
$mat = $second's material;
swap $mat add _boot_;
set $second's material to $mat;
print "[$second] has some special ability transfered to it from [$actor]";
##nosecond: sayto $init_obj , "You must use this on something";