dbc572bf-7a96-4d4e-8341-5d365d3fab84 1.0 2015 Archer Farmer Blacksmith Mage Miner Warrior Woodsman 0 0 0 0 time Time: !]]> NA class_choice ShowMenu ("What Class have you choosen?", game.classes, false) { player.class = result Ask ("Is " + player.class + " correct?") { if (result = true) { if (player.class = "Archer") { msg ("So you have choosen the life of an " + player.class + "!") } else { msg ("So you have choosen the life of a " + player.class + "!") } } else { class_choice } } } game.minute = minute game.hour = hour game.day = day game.month = month game.time = game.hour + ":" + game.minute + " on " + game.month + "/" + game.day game.timesuffix = suffix 1