- Joined
- Aug 10, 2010
- Messages
- 77
Trigger 1:
-
Dialog windowCPU Copy
-
Events
- Time - Elapsed game time is 1.00 seconds
- Conditions
-
Actions
- Dialog - Clear TiPDialog
- Dialog - Change the title of TiPDialog to Tips ON/OFF
- Dialog - Create a dialog button for TiPDialog labelled ON
- Set TiPON = (Last created dialog Button)
- Dialog - Create a dialog button for JumpCPU labelled OFF
- Set TiPOFF = (Last created dialog Button)
- Dialog - Show TiPDialog for Player 1 (Red)
-
Events
-
ON
-
Events
- Dialog - A dialog button is clicked for TiPDialog
-
Conditions
-
And - All (Conditions) are true
- Conditions
- (Clicked dialog button) Equal to TiPON
-
And - All (Conditions) are true
-
Actions
- Trigger - Turn on Tips <gen>
-
Events
-
OFF
-
Events
- Dialog - A dialog button is clicked for TiPDialog
-
Conditions
-
And - All (Conditions) are true
- Conditions
- (Clicked dialog button) Equal to TiPOFF
-
And - All (Conditions) are true
-
Actions
- Quest - Display to (All players) the Simple Hint message: - Tips Disabled
-
Events