View Single Post
  #5  
Old 01-02-2009, 08:00 AM
skinny killer is offline skinny killer
skinny killer's Avatar
HappyGoLucky

Join Date: Feb 2007
Location: In your pantry
Posts: 2,975

Send a message via Yahoo to skinny killer
Quote:
Originally posted by EZK_Cobra
EDITED BELOW., GOT IT

wow....you're absolutly right Chrispy....sheeeesh, wish i had spotted that...i think i need to get to bed...lol
Thank you!

ok,, got another one thats probably just as simple to fix but i cant figure it out.

when i add

if grouparea(1,3) and never() then
wave("macr159.wav")
endif

it plays the wave file as soon as i open the map, it doesnt even wait til i'm even in the game, i hear it playing as soon as the map is loading.
isnt it supposed to wait until i am in trigger area 3 ?
thank you again!

NEVER MIND CHRISPY, I GOT IT TO WORK BY USING SSNAREA(10000,3) INSTEAD OF GROUPAREA.
THANK YOU!
I don't think "(1, 3) is a valid group number...... but oh well. glad you got it fixed.

Also if you want the waves to trigger after the event has triggered try this.....

if event(# of event) and never() then
wave("macr159.wav")
endif

just put the number of the event where I have "# of event" typed.

Happy mapping bro!
__________________
Reply With Quote