HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Rain Chant

06-21-2004, 08:42 PM#1
xXx-Tricky-xXx
Hey um everything works except no sounds. Only sound that works is the default one from the heavy rain. I want to make the thunder and the monsoon rain work but they wont.

Code:
Untitled Trigger 001
    Events
        Player - Player 1 (Red) types a chat message containing rain as An exact match
    Conditions
    Actions
        Environment - Turn (Last created weather effect) Off
        Environment - Create at (Entire map) the weather effect Ashenvale Rain (Heavy)
        Environment - Turn (Last created weather effect) On

Code:
Untitled Trigger 001 Copy
    Events
        Player - Player 1 (Red) types a chat message containing rain as An exact match
    Conditions
    Actions
        Cinematic - Fade out and back in over 0.10 seconds using texture White Mask and color (100.00%, 100.00%, 100.00%) with 0.00% transparency
        Wait 4.00 seconds
        Sound - Play RollingThunder1 <gen>
        Set Thunder = (Last played sound)
        Wait 10.00 seconds
        Trigger - Run (This trigger) (checking conditions)

Code:
Rain Sound
    Events
        Player - Player 1 (Red) types a chat message containing rain as An exact match
    Conditions
    Actions
        Sound - Play MonsoonRainLoop <gen>
        Set Rainy = (Last created weather effect)
06-21-2004, 08:48 PM#2
xXx-Tricky-xXx
oh here is my variables
Name Type Value
Rain - Sound - None
Rainy - Weather Effect - None
Thunder - Sound - None
06-22-2004, 12:01 AM#3
xXx-Tricky-xXx
does no one know how