I'm trying to make a compressor that has four 'pistons' whose movement is governed by a Floor_Waggle floor special. They work fine, but I am having a hell of a time trying to create a new Sound Sequence for this thing. I've pored over the wiki, and maybe I'm just a bit obtuse, but I can't make heads or tails of what I'm supposed to do to get this working. First off, here's my SNDSEQ:
Code: Select all
//I FUCKING HATE SNDSEQ
:Compressor
	platform 1
        volume 100
	playrepeat world/compressor
	stopsound world/hiss_stop
end
//FUCK YOU, JUST WORK ALREADY
What am I doing wrong here? The only thing I can really think of is that maybe platform sound sequences don't work with Floor_Waggle?





