@verb #7784:"water" this none none rd #9838 @program #7784:"water" this none none if (this.dehydrated) player:tell("It's dead, Jim. Dehydrated.") elseif (this.drowned) player:tell("It's dead, Jim. Drowned.") elseif (this.frozen) player:tell("It's frozen in cryogenic stasis. Why would you water it?") else this.water = this.water + 1 if (this.water > 7) this.water = 7 endif player:tell("You water " + this:title() + ".") this.location:announce_all_but({player}, player:title() + " waters " + this:title() + ".") endif "Last modified by canadian_2000 (#9838) on Thu Apr 22 15:48:53 2004 MDT." .