• 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.
  • It's time for the first HD Modeling Contest of 2025. Join the theme discussion for Hive's HD Modeling Contest #7! Click here to post your idea!

Can't find some Triggers?!

Status
Not open for further replies.
Level 7
Joined
Apr 3, 2009
Messages
318
Where can I find the trigger "Set DialogButton" or something, I'm trying to create a dialog!

Also, I cannot find "Loop", any help?
Thanks! :grin:
 
Level 19
Joined
Feb 25, 2009
Messages
2,004
  • Bla
    • Events
    • Conditions
    • Actions
      • Dialog - Change the title of Dialog to < TitleName >
      • Dialog - Create a dialog button for Dialog labelled < ButtonText >
      • Set DialogButton = (Last created dialog Button)
Variables needed are:
- Dialog - type; Dialog
- DialogButton - type; DialogButton

  • For each (Integer Loop_Int) from 1 to 10, do (Actions)
    • Loop - Actions
Variables needed is 1:

Loop_Int - type; Integer
 
Status
Not open for further replies.
Top