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_missile_char...

18 lines
419 B

if active
{
if (global.maxmissiles == oControl.mod_Mstartingcount)
event_inherited()
else
{
itemtype = 1
popup_text(get_text("Notifications", "MissileTank"))
event_inherited()
}
if (global.difficulty < 2)
global.maxmissiles += 5
if (global.difficulty == 2)
global.maxmissiles += 2
global.missiles = global.maxmissiles
global.mtanks += 1
}