I am trying to make it that as soon as a void is finished and goes to the main() function it goes back into the void. Is this possible? I am trying to make a little RPG that has amenu and everytime the combat is over it will ask you for a selection: (C)ombat, (S)tats or (E)xit?(Switch Statement) I have it working but as soon as The combat/stat is over it will go in the main and repeat the Switch Statement.
I figured it out, I used a while statement that never changes. Its probably not the best way to do it. But it works for me. If a Mod/Admin could delete this post would be great, I feel pretty stupid hehe...