You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
431 B
18 lines
431 B
currentbgm = 254
|
|
previousbgm = 254
|
|
bossbgm = 0
|
|
sound_id = 0
|
|
playingSAX = 0
|
|
prevPlayingSAX = playingSAX
|
|
sameRoomSAX = 0
|
|
prevSameRoomSAX = sameRoomSAX
|
|
fadeoutTimer = 2000
|
|
prevSameRoomSAXTimer = 0
|
|
stopSAXMusTimer = 0
|
|
chasedBySAX = 0
|
|
prevChasedBySAX = chasedBySAX
|
|
runningFromSAX = 0
|
|
useMultistageMusic = 0
|
|
if (file_exists("musQueenbreak.ogg") && file_exists("musQueen2.ogg") && file_exists("musQueen3.ogg"))
|
|
useMultistageMusic = 1
|