View/Edit #8756:whistle

Switch to edit mode.

Name(s): whistle
1: player:tell("You whistle a note so high that it is inaudibe.")
2: player.location:announce("You hear " + player:title() + " whistle an inaudibly high note.")
3: for rodent in (this.rodent_list)
4:   if (rodent.location != player.location)
5:     move(rodent, player.location)
6:     rodent.location:announce_all(rodent.name + " scampers in.")
7:   endif
8: endfor
9: "Last modified by Gwydion (#8756) on Wed Jul 26 09:47:08 2000 MDT."

Verb arguments: none none none
Verb perms: Readable NOT-Debug
Verb owned by: Ghost (#8756)

You are not logged in.

[home | help | who | search | setup | code]