@verb #1971:"new" any none none rdo #9342 @program #1971:"new" any none none "Lets the player reset the game, and optionally change the mode." if (dobjstr in {"1", "2"}) this.players = toint(dobjstr) elseif (dobjstr) return player:tell("Usage: new [1|2] See 'help here' for details.") endif $msg:mtell("new", this.players < 2 ? 1 | 2) this:reset() if (this.player_list[1 + this.move % 2]) this:move(this:robot()) else this:draw() endif "Last modified by Dax (#789) on Tue May 3 14:09:33 2005 MDT." .