No presets for custom sound variables

Status
Not open for further replies.
Level 5
Joined
May 24, 2021
Messages
12
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 30
Joined
Aug 29, 2012
Messages
1,382
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