- Joined
- May 10, 2008
- Messages
- 1,001
I have a really large problem with my map, i wanted to ask if there is any way to make all your dialogue open up seperatly at the beginning of the game, i tried many things to fix this problem but the dialogue doesnt seem to pause at all. Please Help
Heres one of my triggers:
Heres one of my triggers:
-
Dialogue
-
Events
- Time - Elapsed game time is 1.00 seconds
- Conditions
-
Actions
- Dialog - Change the title of DialogueFood to How Many Men Do You...
- Dialog - Create a dialog button for DialogueFood labelled 100 Men
- Set DialogueFoodButton[1] = (Last created dialog Button)
- Dialog - Create a dialog button for DialogueFood labelled 200 Men
- Set DialogueFoodButton[2] = (Last created dialog Button)
- Dialog - Create a dialog button for DialogueFood labelled 300 Men
- Set DialogueFoodButton[3] = (Last created dialog Button)
- Dialog - Create a dialog button for DialogueFood labelled No Food Limit
- Set DialogueFoodButton[4] = (Last created dialog Button)
- Dialog - Show DialogueFood for Player 1 (Red)
-
Events
-
Dialogue
-
Events
- Time - Elapsed game time is 1.00 seconds
- Conditions
-
Actions
- Dialog - Change the title of DialogueFood to How Many Men Do You...
- Dialog - Create a dialog button for DialogueFood labelled 100 Men
- Set DialogueFoodButton[1] = (Last created dialog Button)
- Dialog - Create a dialog button for DialogueFood labelled 200 Men
- Set DialogueFoodButton[2] = (Last created dialog Button)
- Dialog - Create a dialog button for DialogueFood labelled 300 Men
- Set DialogueFoodButton[3] = (Last created dialog Button)
- Dialog - Create a dialog button for DialogueFood labelled No Food Limit
- Set DialogueFoodButton[4] = (Last created dialog Button)
- Dialog - Show DialogueFood for Player 1 (Red)
-
Events
-
Dialogue
-
Events
- Time - Elapsed game time is 1.00 seconds
- Conditions
-
Actions
- Dialog - Change the title of DialogueFood to How Many Men Do You...
- Dialog - Create a dialog button for DialogueFood labelled 100 Men
- Set DialogueFoodButton[1] = (Last created dialog Button)
- Dialog - Create a dialog button for DialogueFood labelled 200 Men
- Set DialogueFoodButton[2] = (Last created dialog Button)
- Dialog - Create a dialog button for DialogueFood labelled 300 Men
- Set DialogueFoodButton[3] = (Last created dialog Button)
- Dialog - Create a dialog button for DialogueFood labelled No Food Limit
- Set DialogueFoodButton[4] = (Last created dialog Button)
- Dialog - Show DialogueFood for Player 1 (Red)
-
Events