Music_Change

From ZDoom Wiki
Jump to navigation Jump to search
SkulltagIcon.png 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);
}