View Single Post
Old 05-02-2008, 08:23 PM   #7
Ide
Senior Member
 
Join Date: Feb 2006
Location: Seattle
Posts: 361
Ide will become famous soon enoughIde will become famous soon enough
Re: MSP or Triggers?

I take it GMud doesn't let you do a conditional check in the trigger itself? Here's an idea...when you start your session have a variable, call it soundPlayed, with contents something like soundPlayed=no, and make your trigger print the soundPlayed variable to the screen (probably with a tell to yourself or something). Then, have a trigger that looks for soundPlayed=no, which changes the variable to soundPlayed=yes, and also triggers the sound loop. Etcetera.

Obviously this could get annoying unless you have a way to filter the soundPlayed to another window or something. Would GMud handle this gracefully?
Ide is offline   Reply With Quote