Jump to content

Recommended Posts

Posted

I have a trigger action that plays two different sounds. The problem is that they both play at the same time. I tried placing a START WAIT USER RESPONSE between the sound actions but that doesn't work. Do I need to write a LUA function to cause a delay between sounds??

 

Thanks in advance for any help with this.

Posted

One idea ...

 

Create your first trigger where you play your first sound and also set a flag. Then, create another trigger with a condition 'time since flag' and when that is true, play your second sound. No need for LUA.

Posted
One idea ...

 

Create your first trigger where you play your first sound and also set a flag. Then, create another trigger with a condition 'time since flag' and when that is true, play your second sound. No need for LUA.

 

 

Thanks Kontiuka! - That's exactly what I was looking for.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...