Resets the current adventure.
Syntax
Reset_Adventure
Example
ADV_KEYS ADD, KV(CTRL "r")'Restart adventure.
ONKEY KV(CTRL "r") GOSUB subMKeys_r
subMKeys_r:
PRINT "Restarting the current adventure."
RESET_ADVENTURE
RETURN