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.
17 lines
303 B
17 lines
303 B
global.curropt = 0
|
|
repeat (3)
|
|
{
|
|
if (global.gallery[global.curropt] == 0)
|
|
global.curropt += 1
|
|
}
|
|
lastitem = 2
|
|
state = 1
|
|
active = 0
|
|
alarm[0] = 5
|
|
img_alpha = 0
|
|
img_fadeout = 0
|
|
bg_id = -4
|
|
op3 = instance_create(16, 216, oPauseOption)
|
|
op3.optionid = 3
|
|
op3.label = get_text("GlobalOptions", "Exit")
|