@verb #9090:"@alljoin" any any any rdo #7446 @program #9090:"@alljoin" any any any team = this:leader(player) if (team == 0) return player:tell("You don't have a team.") endif if (argstr == "yes") if (this.tstats[team][1] == 1) return player:tell("Anyone can already join...") else this.tstats[team][1] = 1 return player:tell("Anyone can now join.") endif elseif (argstr == "no") if (this.tstats[team][1] == 0) return player:tell("Nobody can join already...") else this.tstats[team][1] = 0 return player:tell("Nobody can join without your permission now.") endif else return player:tell("Usage: @allteam <yes|no>") endif "Last modified by Dax (#789) on Thu Nov 8 11:38:35 2001 MST." .