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.
AM2R-The-Horde-Multitroid/Export_Code/gml_Script_SetSpinJumpSound...

11 lines
372 B

if (global.spacejump == 0 && global.screwattack == 0)
spinjump_sound = 4
if (global.spacejump == 1 && global.screwattack == 0)
spinjump_sound = 5
if (global.spacejump == 0 && global.screwattack == 1)
spinjump_sound = 6
if (global.spacejump == 1 && global.screwattack == 1)
spinjump_sound = 7
if (inwater && global.currentsuit < 2)
spinjump_sound = 350