- Joined
- Jul 24, 2007
- Messages
- 308
i have a problem with dialogs, dont know why they are not working, the 1st is displayed, but the second isnt!
and this
-
InitModes
-
Events
- Time - Elapsed game time is 0.05 seconds
- Conditions
-
Actions
- Dialog - Create a dialog button for Dialog[1] labelled Free For All (New A...
- Set DialogButton[1] = (Last created dialog Button)
- Dialog - Create a dialog button for Dialog[1] labelled Capture The Flag
- Set DialogButton[2] = (Last created dialog Button)
- Dialog - Create a dialog button for Dialog[1] labelled Free For All
- Set DialogButton[3] = (Last created dialog Button)
- Dialog - Create a dialog button for Dialog[1] labelled Team Death Match 2 ...
- Set DialogButton[4] = (Last created dialog Button)
- Dialog - Change the title of Dialog[1] to Choose Game Mode
- Dialog - Show Dialog[1] for Player 1 (Red)
-
Events
and this
-
Free For All Max Score Choice
-
Events
- Dialog - A dialog button is clicked for Dialog[1]
-
Conditions
- (Clicked dialog button) Equal to DialogButton[1]
-
Actions
- Dialog - Create a dialog button for Dialog[2] labelled 10 Maximum Kills
- Set DialogButton[5] = (Last created dialog Button)
- Dialog - Create a dialog button for Dialog[2] labelled 20 Maximum Kills
- Set DialogButton[6] = (Last created dialog Button)
- Dialog - Create a dialog button for Dialog[2] labelled 30 Maximum Kills
- Set DialogButton[7] = (Last created dialog Button)
- Dialog - Create a dialog button for Dialog[2] labelled 50 Maximum Kills
- Set DialogButton[8] = (Last created dialog Button)
- Dialog - Change the title of Dialog[2] to Choose Maximum Numb...
- Dialog - Show Dialog[2] for Player 1 (Red)
-
Events