Thread: Jobs
View Single Post
  #8  
Old 09-16-2001, 04:33 PM
SkooL SkooL is offline
somebody to love
Join Date: Jun 2001
Location: bat country.
Posts: 3,446
SkooL is on a distinguished road
Send a message via AIM to SkooL
I would think the watering can would just be...
PHP Code:
if (onwater(x,y)&&weaponfired)
{
  
setani ganifill,;
  
this.waterfill=4;
}
if (
weaponfired&&!onwater(x,y)) 
{
  
setani gani water,;
  
this.waterfill-=1;
}
if (
weaponfired&&!onwater(x,y)&&this.water=0)
{
  
setani gani canempty,;

With the tree, there would be a couple lines similar to...
PHP Code:
if (playertouchsme&&strequals(#m,water))
{
  
this.watered++;

__________________
the sky is falling
Reply With Quote