bigchump Posted November 30, 2014 Posted November 30, 2014 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.
kontiuka Posted November 30, 2014 Posted November 30, 2014 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.
bigchump Posted November 30, 2014 Author Posted November 30, 2014 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.
Recommended Posts