|
3 registered members (AndrewAMD, TipmyPip, Quad),
5,204
guests, and 2
spiders. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
using PATH"......"
#258201
03/28/09 16:27
03/28/09 16:27
|
Joined: Apr 2005
Posts: 2,332 Germany, BaWü
aztec
OP

Expert
|
OP

Expert
Joined: Apr 2005
Posts: 2,332
Germany, BaWü
|
allright hi guys I have a new question (as allways) I got a folder in my wok folder named "Project1" this is where all my stuff goes in except the music I created another folder named "mp3files" but the script in the "Project1" folder won't load the mp3.files from the folder "mp3files" if I put the following code in my main scrit: i just put it in the main function but got an error even if I put a wait(1) before it. So does anyone know how I could load the music from an other folder? best regards Aztec
Visit: schwenkschuster-design.de
|
|
|
Re: using PATH"......"
[Re: aztec]
#258248
03/28/09 21:00
03/28/09 21:00
|
Fear411
Unregistered
|
Fear411
Unregistered
|
try it with two 2 dots not with 3
|
|
|
Re: using PATH"......"
[Re: aztec]
#258251
03/28/09 21:32
03/28/09 21:32
|
Fear411
Unregistered
|
Fear411
Unregistered
|
at the beginning of you wdl file if you are using c-script. If you use lite-c you have to use pragma_path
|
|
|
Re: using PATH"......"
[Re: ]
#258286
03/29/09 13:55
03/29/09 13:55
|
Joined: Feb 2008
Posts: 3,232 Australia
EvilSOB
Expert
|
Expert
Joined: Feb 2008
Posts: 3,232
Australia
|
Im not sure but try just path "mp3files"; Otherwise, if WDL's support PRAGMA_PATH try #include PRAGMA_PATH "mp3files" These lines go at the top of your main script, before any of YOUR includes.
"There is no fate but what WE make." - CEO Cyberdyne Systems Corp. A8.30.5 Commercial
|
|
|
|