Originally posted by Raise
i need to know how to make it so it takes 5 seconds before the options of my menu appear on first open, not when i go into a sub menu or when i close it .but when i open it
Just an example,call " StartMenu " instead of " openMenu " that way you have your 5 seconds wait time.
StartMenu()
{
wait 5;
openMenu();
}