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-Unofficial-.../Export_CodeServer/gml_Script_scr_energytank_c...

15 lines
327 B

if active
{
if (global.maxhealth < 100)
event_inherited()
else
{
itemtype = 1
popup_text(get_text("Notifications", "EnergyTank"))
event_inherited()
}
global.maxhealth += (100 * oControl.mod_etankhealthmult)
global.playerhealth = global.maxhealth
global.etanks += 1
}