Sapien can't find the script (still need help!!!)
Posted: Wed Mar 19, 2008 4:11 am
I learned how to do basic scripts with trigger volumes, and it worked, but now for some reason the scripts wont work. Maby they do work, but sapien can't compile them.
When i try to compile it comes a message that say that it's compiled, but ingame nothing happens
To make it easier for you i have some information like
- I have put the script.hsc file in a script folder in the map
C:\Program Files\Microsoft Games\Halo Custom Edition\tags\levels\test\infinity\scripts
- I named the scenario something else, but that shouldn't matter
- the script is
(script startup mystic
(sleep_until (volume_test_objects music (players))15)
(sound_looping_start levels\test\infinity\music\mystic.sound_looping)
)
When i try to compile it comes a message that say that it's compiled, but ingame nothing happens
To make it easier for you i have some information like
- I have put the script.hsc file in a script folder in the map
C:\Program Files\Microsoft Games\Halo Custom Edition\tags\levels\test\infinity\scripts
- I named the scenario something else, but that shouldn't matter
- the script is
(script startup mystic
(sleep_until (volume_test_objects music (players))15)
(sound_looping_start levels\test\infinity\music\mystic.sound_looping)
)