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-Multitroid-Fair-Team-PVP/Export_CodeServer/gml_Script_scr_randomizer_p...

27 lines
551 B

switch argument0
{
case 0:
oControl.bombs_placed = 1
oControl.twocount_B_SJ++
oControl.threecount++
break
case 4:
oControl.hijump_placed = 1
oControl.twocount_HJ_SJ++
oControl.threecount++
break
case 6:
oControl.spacejump_placed = 1
oControl.twocount_B_SJ++
oControl.twocount_HJ_SJ++
oControl.threecount++
break
case 7:
oControl.speed_placed = 1
break
case 8:
oControl.screw_placed = 1
break
}