Difference between revisions of "Messagebox Tutorial/GameMode And MenuMode"

Jump to navigation Jump to search
no edit summary
imported>Haama
imported>Haama
Line 40: Line 40:
...
...
   Elseif (Choosing == -1) ;Display your menu
   Elseif (Choosing == -1) ;Display your menu
     Set ExitButton to 3 ;This is the button that will exit the menu completely
     Set ExitButton to 3 ;This is the button that will exit the menu
     Messagebox "Would you like to donate gold or food?" "Gold" "Food"
     Messagebox "Would you like to donate gold or food?" "Gold" "Food"
                                                         "Blood" "Cancel"
                                                         "Blood" "Cancel"
Line 52: Line 52:
...
...
   Elseif (Choosing == -3) ;Food menu
   Elseif (Choosing == -3) ;Food menu
     Set ExitButton to 9
     Set ExitButton to 9 ;same here, 10th option exits the menu
     Messagebox "How much food would you like to donate?" "Options"
     Messagebox "How much food would you like to donate?" "Options"
                                                         "More Options"
                                                         "More Options"
Anonymous user

Navigation menu