Switch to edit mode.
Name(s): cli*mb g*et hop enter entre monte1: "Copied from generic moveable room (#1518):get by Maxamillian (#833) Thu Sep 29 20:22:00 1994 EDT"
2: title = this:title_in()
3: if (this.crowd <= length(this.who) && this.crowd)
4: return $msg:mtell("desc_noclimb", title)
5: elseif (player == this.location)
6: this:drop()
7: suspend(1)
8: endif
9: if (player.location != this.location)
10: return $msg:mtell("not_here", this)
11: endif
12: if (this:accept(player))
13: this:jabber_quiet(this:msg_enter1(), title)
14: this:jabber_shout(this:msg_oenter1(), this.location, title)
15: player:snarf()
16: endif
17: if (player.location == this)
18: this:jabber_quiet(this:msg_enter2(), title)
19: this:jabber_shout(this:msg_oenter2(), this, title)
20: else
21: this:jabber_quiet(this:msg_noenter1(), title)
22: this:jabber_shout(this:msg_onoenter1(), this.location, title)
23: if (this.sonic)
24: this:jabber_shout(this:msg_onoenter2(), this, title)
25: endif
26: endif
27: "Last modified by manta (#7165) on Fri Sep 11 04:29:21 1998 EDT."