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.
|
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()
|
|
}
|