Music Change

From ZDoom Wiki
Jump to: navigation, search
Warning: This feature is Skulltag specific, and is not compatible with ZDoom!
To see all of Skulltag's specific features, see Skulltag features.

void Music_Change (str music, int pattern)

Usage

Changes the current music of the game. Deprecated by SetMusic and LocalSetMusic.

Example

Script 100 (void)
{
  Music_Change("waste", 0);
}
Personal tools
Namespaces

Variants
Actions
Navigation
ACS
DECORATE
ZDoom mods
Toolbox