@verb #9090:"connect" none none none rdo #7446 @program #9090:"connect" none none none if (player:isa(#33)) return player:tell("Guests cannot connect, sorry.") endif if (this:loc(player) != 0) return player:tell("You're already connected.") endif this:announce(player:title(), " enters the game.") this.ps[player in this.p][1] = 1 player:tell("You are now connected.") this:announce(player:title(), " arrives, having just entered the game.") this:look_self() .