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.
AM2Rogue/Export_Code/gml_Object_oScanMonster_Oth...

16 lines
485 B

if global.ophudshowlogmsg
{
notif = instance_create(0, 0, oNotification)
notif.text1 = get_text("ScanEvents", "Monsters")
if (ammount > 1)
notif.text2 = ((string(ammount) + " ") + get_text("ScanEvents", "Monsters_Text"))
else
notif.text2 = ((string(ammount) + " ") + get_text("Misc", "Monster_Text"))
notif.btn1_name = ""
notif.btn2_name = ""
notif.alarm[0] = 240
}
global.monstersarea = ammount
global.event[eventno] = 1
instance_destroy()