View/Edit #8572:stand

Switch to edit mode.

Name(s): stand
1: if (!(player in this.sitting))
2:   player:tell("But you're not sitting on ", this:title(), ".")
3: else
4:   this.location:announce_all_but({player}, player:title(), " gets off of ", this:title(), ".")
5:   player:tell("You get off of ", this:title(), ".")
6:   this.sitting = setremove(this.sitting, player)
7: endif

Verb arguments: none out of/from inside/from this
Verb perms: Readable NOT-Debug
Verb owned by: Omnipresence (#8878)

You are not logged in.

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