You've already forked AM2R-Community-Updates
mirror of
https://github.com/izzy2lost/AM2R-Community-Updates.git
synced 2026-03-10 11:23:35 -07:00
9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
/// make_notification(text1, text2, delay, btn1, btn2)
|
|
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;
|