Find
You are looking at a material called plant
Any plant based material wil respond with 'grows a bit' whenever it is watered:
water the plant with the bucket
Every tickday runs 'growme' which does nothing as yet.
Reactions:
waters
Materials:
{none}
Created by
wolis
, last updated 03 Jul 2009
Code
if target of waters then wateringme;
##tickday:runsub growme;
##wateringme:
say 'msg',"[$actor] grows a bit";
##growme: