Hi there. I'm trying to script up my first Artemis mission, and I'm running into some problems with a few commands. In particular, play_sound_now is causing me some grief, and I can't find any documentation on the command anywhere to see if I'm using it correctly, so I wondered if someone on here with more experience could help me out.
My problem is that every time I use play_sound_now, it crashes the game, with no terribly helpful debug info. I've tried using it in two ways. First, with a wav file in the /dat/ folder of the Artemis install directory, like so:
<play_sound_now filename="dat/alarm2.wav" />
And second, with an ogg in the MISS_xxx directory, like so:
<play_sound_now filename="geiger.ogg" />
Both seem to cause a crash (in that, when I take them out, the crash goes away). Can anyone shed any light on what I'm doing wrong?