Difference between revisions of "Options Menu"
Jump to navigation
Jump to search
→Examples
imported>Threedee |
imported>Threedee |
||
Line 59: | Line 59: | ||
Return | Return | ||
EndIf | EndIf | ||
; note: the menu will exit here unless we call Menu() again | |||
EndFunction | EndFunction | ||
Line 74: | Line 75: | ||
Return | Return | ||
EndIf | EndIf | ||
; note: the submenu will exit back to main menu from here unless we call BreakfastMenu() again | |||
EndFunction | EndFunction | ||
Line 89: | Line 91: | ||
Return | Return | ||
EndIf | EndIf | ||
; note: the submenu will exit back to main menu from here unless we call LunchMenu() again | |||
EndFunction | EndFunction | ||
Line 104: | Line 107: | ||
Return | Return | ||
EndIf | EndIf | ||
; note: the submenu will exit back to main menu from here unless we call DinnerMenu() again | |||
EndFunction | EndFunction | ||