Search found 1 match

by csparkman34
Wed Feb 10, 2021 2:41 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Want to add sound to existing trigger
Replies: 1
Views: 24885

Re: Want to add sound to existing trigger

You would just add the necessary code to play a sound file between the "then" and the "else".
e.g.

Code: Select all

then 
    send( "say hey hey hey") 
    playSoundFile([[C:\Users\Default\Sounds\testsound.wav]]) 
else