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-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oHintTrigger_Oth...

10 lines
214 B

steps += 1
if (global.hint[myid] == 1)
instance_destroy()
else if (steps >= targetsteps)
{
make_notification(text1, text2, duration, btn1_name, btn2_name)
global.hint[myid] = 1
instance_destroy()
}