i'm wroking on a map and i cant gget a dialog box to wrok help whould be apprated (i know i spelled that wrong) I have it spread out in 5 trigeers (the 3rd 4th and 5th ones are pretty much the same except for the stats they increase).
ok look: 1. you should combine the 2nd and the 3rd trigger 2. you should clear the dialog before creating it every time, so no errors will occur etc.
so it should be something like this:
EVENTS
- Player - Player 1 (Red) types chat message containing Use Skill Points as an exact match
CONDITIONS
whatever
ACTIONS
- Dialog - Clear Dialog_Increase_Attributes
- Change title of Dialog_bla blabla
- Create a dialog button for Dialog_bla labelled blabla
- Set Increase_blabla = (last created dialog button)
- etc.
- Dialog - Show Dialog_Increase_Attributes for Player 1 (Red)