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.
14 lines
404 B
14 lines
404 B
global.curropt = 0
|
|
lastitem = 4
|
|
active = 0
|
|
alarm[0] = 5
|
|
event_user(0)
|
|
with (oSS_Fg)
|
|
op_text1 = get_text("OptionsMain", "Title")
|
|
tip[0] = get_text("OptionsMain", "Display_Tip")
|
|
tip[1] = get_text("OptionsMain", "Sound_Tip")
|
|
tip[2] = get_text("OptionsMain", "Control_Tip")
|
|
tip[3] = get_text("ExtrasMenu", "Extras_Tip")
|
|
tip[4] = get_text("GlobalOptions", "Exit_Tip")
|
|
global.tiptext = tip[global.curropt]
|