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-The-Horde-Multitroid/Export_Code/gml_Script_add_log.gml

17 lines
454 B

if (global.log[argument0] == 0)
{
global.log[argument0] = 1
global.newlog[argument0] = 1
global.gotolog = argument0
if global.ophudshowlogmsg
{
notif = instance_create(0, 0, oNotification)
notif.text1 = get_text("ScanEvents", "NewLog")
notif.text2 = get_text("ScanEvents", "NewLog_Text")
notif.btn1_name = "Start"
notif.log = 1
notif.btn2_name = ""
notif.alarm[0] = 360
}
}