Difference between revisions of "Options Menu"
Jump to navigation
Jump to search
→Examples
imported>Threedee |
imported>Threedee |
||
Line 233: | Line 233: | ||
int aiButton = OptionsMenu02MESG.Show() | int aiButton = OptionsMenu02MESG.Show() | ||
If aiButton == 0 ; Back - goto | If aiButton == 0 ; Back - goto submenu01 | ||
Submenu01() | Submenu01() | ||
ElseIf aiButton == 1 | ElseIf aiButton == 1 |