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.
26 lines
325 B
26 lines
325 B
global.curropt = 0
|
|
lastitem = 14
|
|
active = 0
|
|
alarm[0] = 5
|
|
i = 0
|
|
repeat (15)
|
|
{
|
|
canedit[i] = 1
|
|
i += 1
|
|
}
|
|
if (global.opaimstyle == 0)
|
|
canedit[5] = 0
|
|
targety = 0
|
|
view_object[0] = id
|
|
editing = 0
|
|
readjoy = 0
|
|
timer = 0
|
|
event_user(0)
|
|
with (oSS_Control)
|
|
active = 0
|
|
with (oSS_Fg)
|
|
{
|
|
active = 0
|
|
hidechangetip = 1
|
|
}
|