• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) đź”—Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans đź”—Click here to read the full interview.

Dialog box error

Status
Not open for further replies.
Level 3
Joined
Jul 11, 2005
Messages
50
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).

3.jpg


2.jpg


1.jpg


thankes again for your help!
 
Level 2
Joined
Jun 11, 2005
Messages
19
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:
Code:
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)
 
Status
Not open for further replies.
Top