@verb #6327:"notify" this none this rxdo #7468 @program #6327:"notify" this none this if (index(args[1], " says,")) if (index(args[1], "mouse")) fork (1) this.location:announce_all(this.name + " looks up at the mention of its favourite food.") endfork elseif (index(args[1], "hawk") || index(args[1], "owl")) fork (1) this.location:announce_all(this.name + " looks around nervously.") endfork elseif (index(args[1], "Hello") || index(args[1], "Hi") || index(args[1], "Hey")) fork (1) this.location:announce_all(this.name, " hisses, \"Hello.\"") endfork endif elseif (index(args[1], "hisses!")) fork (1) player:tell(this.name + " glares at you.") this.location:announce(this.name + " glares at " + player:title() + ".") endfork endif "Last modified by Viper (#7468) on Sat Oct 7 19:51:42 2000 MDT." .