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_make_notificatio...

9 lines
220 B

with (oNotification)
instance_destroy()
notif = instance_create(0, 0, oNotification)
notif.text1 = argument0
notif.text2 = argument1
notif.alarm[0] = argument2
notif.btn1_name = argument3
notif.btn2_name = argument4