322 @verb #8500:"title" none none none rxdo #6397 @program #8500:"title" none none none if (!this.usetitle) return tostr(this.name) endif if (this.security == 0) return tostr(this.name + " " + this:msg_off()) elseif (this.security == 1) return tostr(this.name + " " + this.min_allowed) elseif (this.security == 2) if (!(player in this.banned)) return tostr(this.name + " " + this:msg_off()) else return tostr(this.name + " " + this.min_banned) endif elseif (this.security == 3) return tostr(this.name + " " + this:msg_password()) elseif (this.security == 4) return tostr(this.name + " " + this:msg_invit()) elseif (this.security == 5) return tostr(this.name + " " + this:msg_max()) endif "Last modified by manta (#7165) on Fri Sep 11 05:24:02 1998 EDT." . 0