Find
You are looking at a bread making machine
Created by
wolis
, last updated 23 Mar 2008
Code
if target of use then makebread;
##makebread:
combine some flour with some water in $actor to make a loaf of bread;
if $new_id > 0 then showit else puffit;
##showit:
set $new_id's loc to $loc;
set $new_id's worth to 10;
set $new_id's colour to "chocolate";
print "[$actor] creates [$new_id]";
print "you smell the heady aroma of freshly baked bread";
relook $loc;