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_Code/gml_Object_oControl_Alarm_2...

23 lines
322 B

if global.ingame
{
if (hpalarm == 0)
alarm[2] = 10
if (hpalarm == 1)
{
hudflash = 10
alarm[2] = 90
}
if (hpalarm == 2)
{
hudflash = 12
alarm[2] = 60
}
if (hpalarm == 3)
{
hudflash = 15
alarm[2] = 30
}
}
else
alarm[2] = 30