posted 01-17- 01:42 PM CT (US) Is there a limit to how many sounds you can load in the start.c file? And can I load sounds in any script at any point in the game?
Wyndo
posted 01-17- 02:37 PM CT (US)
I don't know if you can load them at any point, and yes I think there's a limit. I'd load them all in your start/main script and then just call them whenever necessary. The FAQ has a little info on this I think.
redink1
posted 01-17- 07:43 PM CT (US)
Yeah, you can have kinda-infinite sounds, just reload the different sounds as the same sound number. (not recommended for general sounds, but for talking if you want, or one-time-only sounds like in cutscenes).