@verb #1409:"reset" none none none rxdo #8084 @program #1409:"reset" none none none caller_perms() == player || raise(E_PERM) index = player in this.users if (!index) return player:tell("You're not a part of the Stock-Market game.") endif if ($cmd_utils:yes_or_no("Are you absolutely sure you want to reset your account? You will start out again with only $9,750. ")) this.user_info[index] = {9750.0, {}} player:tell("Reset.") else player:tell("Not reset.") endif "Last modified by Lao-Tzu (#8084) on Tue Dec 11 07:10:42 2001 MST." .