Find
You are looking at a page about painting
Created by
wolis
, last updated 18 Apr 2008
Code
if target of examines then settask;
if target of touch then promptnow;
##settask:
mani $init_obj's pocket set traintask1 to paint;
say 'trainer',''; rem - send a message to trigger the trainer;
##promptnow:
print "[$init_obj] says 'Objects you create can be brightened up with a splash of colour'";
print "[$init_obj] says 'Just type
paint
, and name your object'";
print "[$init_obj] says 'Remember you cant paint an object if it has been
locked
'";
print "[$init_obj] suggests '
Try painting your object now'
";