scn InfinimenuOptionsTokenSCPTInt iMessageBoxInt iButtonBegin OnAdd Set iMessageBox to -1EndBegin GameMode If (iMessageBox > 0) Set iButton to GetButtonPressed If (iButton == -1) Return Else Set iMessageBox to (iMessageBox * -1) If (iMessageBox == -1) If (iButton == 0) ElseIf (iButton == 1) ElseIf (iButton == 2) ElseIf (iButton == 3) ElseIf (iButton == 4) ElseIf (iButton == 5) ElseIf (iButton == 6) ElseIf (iButton == 8) ; More Set iMessageBox to -2 ElseIf (iButton == 9) ; Done RemoveMe EndIf ElseIf (iMessageBox == -2) If (iButton == 0) ElseIf (iButton == 1) ElseIf (iButton == 2) ElseIf (iButton == 3) ElseIf (iButton == 4) ElseIf (iButton == 5) ElseIf (iButton == 6) ElseIf (iButton == 7) ; Back Set iMessageBox to -1 ElseIf (iButton == 8) ; More Set iMessageBox to -3 ElseIf (iButton == 9) ; Done RemoveMe EndIf ElseIf (iMessageBox == -3) If (iButton == 0) ElseIf (iButton == 1) ElseIf (iButton == 2) ElseIf (iButton == 3) ElseIf (iButton == 4) ElseIf (iButton == 5) ElseIf (iButton == 6) ElseIf (iButton == 7) ElseIf (iButton == 8) ; Back Set iMessageBox to -2 ElseIf (iButton == 9) ; Done RemoveMe EndIf EndIf EndIf Else Set iMessageBox to (iMessageBox * -1) If (iMessageBox == 1) MessageBox "Bla", "0", "1", "2" ,"3", "4", "5", "6", "7", "More", "Done ElseIf (iMessageBox == 2) MessageBox "Bla bla", "0", "1", "2" ,"3", "4", "5", "6", "Back", "More", "Done" ElseIf (iMessageBox == 3) MessageBox "Bla bla bla", "0", "1", "2" ,"3", "4", "5", "6", "7", "Back", "Done" EndIf EndIfEnd