jsaechao
02-10-2008, 06:28 AM
1. Where can I find the script or source file for Knightfall?
2. I am also having trouble with the script for ambient sound. I tried following the example in curriculum teacher guide (pg 274):
Play a Looping Ambient Sound In World_script.txt:
RegisterAmbientSound "sound" "sound.wav"
SetSoundLoop "sound" 7 2 1
It gives an error: ..."setsoundloop" is an invalid script command
However the following works:
RegisterAmbientSound "sound" "sound.wav"
SetAmbientLoopParams "sound" 7 2 1
It doesn't seem to read the "SetSoundLoop" command.
2. I am also having trouble with the script for ambient sound. I tried following the example in curriculum teacher guide (pg 274):
Play a Looping Ambient Sound In World_script.txt:
RegisterAmbientSound "sound" "sound.wav"
SetSoundLoop "sound" 7 2 1
It gives an error: ..."setsoundloop" is an invalid script command
However the following works:
RegisterAmbientSound "sound" "sound.wav"
SetAmbientLoopParams "sound" 7 2 1
It doesn't seem to read the "SetSoundLoop" command.