View/Edit #2007:up down u d

Switch to edit mode.

Name(s): up down u d
1:  player = caller
2:  if (verb[1] == "u" && this.floor < this.floors)
3:    $msg:mtell("up")
4:    this:call(this.floor + 1)
5:  elseif (verb[1] == "d" && this.floor > 0)
6:    $msg:mtell("down")
7:    this:call(this.floor - 1)
8:  else
9:    $msg:mtell("already")
10: endif
11: "Last modified by Raptor (#6319) on Sun Apr  4 01:19:44 1999 MST."

Verb arguments: none none none
Verb perms: Readable eXecutable NOT-Debug
Verb owned by: Keeper_of_Cities (#9070)

You are not logged in.

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