Switch to edit mode.
Name(s): cli*mb g*et hop exit1: "Copied from generic moveable room (#1518):exit by Maxamillian (#833) Thu Sep 29 19:19:40 1994 EDT"
2: title = this:title_in()
3: if (player.location != this)
4: return $msg:mtell("not_inside", title)
5: elseif (!$object_utils:isa(this.location, $room))
6: return $msg:mtell("no_contain", title)
7: endif
8: if (this.location:accept(player))
9: this:jabber_quiet(this:msg_exit1(), title)
10: this:jabber_shout(this:msg_oexit1(), this, title)
11: this.who = setremove(this.who, player)
12: this:spit(player)
13: endif
14: if (player.location == this)
15: this.who = {this.who, player}
16: this:jabber_quiet(this:msg_noexit1(), title)
17: this:jabber_shout(this:msg_onoexit1(), this, title)
18: if (this.sonic)
19: this:jabber_shout(this:msg_onoexit2(), this.location, title)
20: endif
21: else
22: this:jabber_quiet(this:msg_exit2(), title)
23: this:jabber_shout(this:msg_oexit2(), this.location, title)
24: endif
25: "Last modified by manta (#7165) on Fri Sep 11 04:29:26 1998 EDT."