• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

No presets for custom sound variables

Status
Not open for further replies.
Level 5
Joined
May 24, 2021
Messages
13
I'm having a problem with the Sound Editor, or variables. I have a number of sound bits selected and usable for trigger use but when I go to fill in initial values for a sound specific variable my preset window is empty.

I'm trying to make a NPC Witch Doctor cycle through some dialogue when selected by the player. I can play 1 sound upon selection but I'm trying to make a random selection of dialogue.

Many thanks.
 
Level 32
Joined
Aug 29, 2012
Messages
1,470
You need to do something like this

  • Sound Init
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Set VariableSet MySound[1] = ArcaneSanctumWhat1 <gen>
      • Set VariableSet MySound[2] = BlacksmithWhat1 <gen>
      • Set VariableSet MySound[3] = GryphonAviaryWhat1 <gen>
It seems one can't define the sound variables directly in the variables editor
 
Status
Not open for further replies.
Top