257 @verb #1971:"_constructor" this none this rxdo #9342 @program #1971:"_constructor" this none this "Chooses the number of players and resets the game." "Begin generic security check (_constructor)" if (verb == "_constructor" && caller_perms() != #-1) raise(E_PERM) return E_PERM endif "End generic security check (_constructor)" args[1].players = 0 for dude in (args[1]:contents()) if (is_player(dude)) args[1].players = args[1].players + 1 endif endfor args[1].player_list = {0, 0} args[1]:reset() "Last modified by Lao-Tzu (#8084) on Mon Dec 17 14:29:16 2001 MST." . 0