Music_Change
Jump to navigation
Jump to 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); }