Cache-Control: no-cache
Switch to edit mode.
Name(s): cli*mb g*et go enter1: if (verb != "enter")
2: return this:enter(@args)
3: elseif (this.location == player)
4: $msg:mtell("dropfirst")
5: elseif (player.location != this.location)
6: $msg:mtell("not_here", this)
7: elseif (!this:acceptable(player))
8: $msg:mtell("outside_noenter")
9: else
10: $msg:mtell("outside_enter")
11: player:snarf()
12: $msg:mtell("inside_enter")
13: endif