Nathyrawr 3 Posted February 27, 2016 (edited) Hey everyone, How do I remove the choice menu from the screen without the player having to choose something? Basically, the player has 10 seconds to choose an option, if they don't the game will present them with Game Over. Problem being, is even when the timer ends, the menu is still there. How do I remove the choice menu without player input? I'm afraid my brain has been hacked to bits! No doubt there is a simple solution to this. Thank you Edited February 29, 2016 by Nathyrawr Share this post Link to post Share on other sites
Rezanta 373 Posted February 29, 2016 Using a timer would be your best bet. When the timer hits 0, all battles and currently active events end. Also, you'll need to have a parallel process event that causes game over when you have no time left. Share this post Link to post Share on other sites
Nathyrawr 3 Posted February 29, 2016 Using a timer would be your best bet. When the timer hits 0, all battles and currently active events end. Also, you'll need to have a parallel process event that causes game over when you have no time left. Would this automatically end the choice input? Share this post Link to post Share on other sites
Rezanta 373 Posted February 29, 2016 As long as it's active, it should. Otherwise, if the game over event fails to work,they can continue back into the battle and what not without a time limit. Share this post Link to post Share on other sites