View Single Post
  #5  
Old 05-08-2010, 07:42 AM
dave61 is offline dave61
dave61's Avatar
I.C.U.

Join Date: Jul 2005
Location: Here & There
Posts: 2,155

Send a message via Yahoo to dave61
Set the Mission variables in your MED when you want the MED event to trigger a WAC event. Then write the WAC command to recognize the Variable change.

For example the WAC command to recognize variables would look like this :

if eq(v1, 2) and never() then
wave("yourwavehere.wav")
endif
__________________
Reply With Quote