if (global.hp < global.maxhp)
{
global.hp += 1;
snd_play(snd_heal_c);
}
alarm[2] = 12;gml_Object_obj_bringitinguys_Alarm_2.gmlif (global.hp < global.maxhp) { global.hp += 1; snd_play(snd_heal_c); } alarm[2] = 12;