My level plays a looping background music, but I've noticed that when I die and respawn, the music doesn't start back up again. Here's the cog:
Also keep in mind this is for MultiPlayer, so the cog needs to be local. If you can simply tweak this cog, please by all means do.
Code:
# Simple cog to loop a bit of music ingame # 03/2004 gbk flags=0x240 Symbols Message Startup Sound Music End Code Startup: Playsoundlocal(Music, 1, 0, 0x1); Stop; End
Also keep in mind this is for MultiPlayer, so the cog needs to be local. If you can simply tweak this cog, please by all means do.