Edit: Cancel request. I solved the problem. The script doesn't like the 011- part of the sound file. Requires importing and removing that part of the file name.
Alright now for the problem, and if someone can just give me a working code, what I want to do is use this strictly for the sound portion. The event in question I want is to make a waterfall have it's sound get louder as the player approaches it. The problem is, when I tried setting the event up like the script says (And I tried all 3 on that link) I get this error:
Unable to find file Section001:86:in `bgs_play'Audio/BGS/011-Waterfall01.ogg.
Note, I just want the RTP waterfall sound to play. I've tried setting the script up in a parallel process event using this call script code:
Edit: Cancel request. I solved the problem. The script doesn't like the 011- part of the sound file. Requires importing and removing that part of the file name.
okay first, here's a link to the script:
http://houseslasher....hp?showtopic=57
Alright now for the problem, and if someone can just give me a working code, what I want to do is use this strictly for the sound portion. The event in question I want is to make a waterfall have it's sound get louder as the player approaches it. The problem is, when I tried setting the event up like the script says (And I tried all 3 on that link) I get this error:
Unable to find file Section001:86:in `bgs_play'Audio/BGS/011-Waterfall01.ogg.
Note, I just want the RTP waterfall sound to play. I've tried setting the script up in a parallel process event using this call script code:
$view_range.event_sound(1, "011-Waterfall01.ogg", bgs_vol = 100, bgs_pitch = 100)
Am I setting it up wrong or something?
Edited by KailiaShare this post
Link to post
Share on other sites