Find
You are looking at a jelly mould
give this simple jelly mould an object and it will make some jelly in the same shape as it.
create a house
give the house to the jelly mould
Created by
wolis
, last updated 23 Mar 2008
Code
if second of gives then mouldit;
##mouldit:
$nam = $target's class;
set $target's class = "jelly";
set $target's pclass = "jelly";
set $target's qty = 20;
set $target's colour = "pink";
set $target's extra = "in the shape of a $nam";
set $target's loc = $loc;
set $target's owner = $actor;
set $target's creator = $actor;
set $target's worth = 5;
print "[$actor] created [$target]";
relook $loc;