Find
You are looking at a boot card
2
Boot
This boot gets you get places
Use it wisely
This card demonstrates how it can be used to transfer a material to another object. Some day this should be put into a trading_card material and made to use some value from each card.. this is just a test!
Created by
wolis
, last updated 23 Nov 2008
Code
if target of use then checksecond;
##checksecond:
if $second > 0 then useme else nosecond;
##useme:
$mat = $second's material;
swap $mat add _babble_;
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";