Well, I created my own battle system. In it, when the user is within arms reach of an opponent, the user is displayed with a pop-up window which lists :Battle, Upgrades, Parts, Forfit
Say the user selects Battle for example, the user is then displayed with a list of battle moves and Cancel. What I was wondering is how would I make it so when the user selects Cancel, the user goes back to the main pop-up window displaying in a list:Battle, Upgrades, Parts, Forfit?
Thanks for any help given
The Conjuror
ID:267664
![]() Aug 11 2003, 3:40 pm
|
|
![]() Aug 11 2003, 4:55 pm
|
|
If the code is needed just ask
|
use while loops, I cant remember any examples but it might be enough for someone to get one for you
|
battling = 1 There's a quick example of a while loop. |
Why dont you just, right before the code for the menu, put a name like
BattleMenu or something.. then under the switch put if("Cancel" goto BattleMenu |