Difference between revisions of "Barebones function 62"
From Unofficial QEdit Wiki Guide
Japanaman2 (Talk | contribs) |
Japanaman2 (Talk | contribs) |
||
Line 2: | Line 2: | ||
''Function 62:'' <span style='font-size:12px;font-family:courier'><span style='color:blue'>62:</span></span> | ''Function 62:'' <span style='font-size:12px;font-family:courier'><span style='color:blue'>62:</span></span> | ||
− | * ''Function 62'' = | + | * ''Function 62'' = Hard mode count down timer time attack info message. |
==Use== | ==Use== |
Revision as of 18:32, 18 March 2013
Barebones function 62
Function 62: 62:
- Function 62 = Hard mode count down timer time attack info message.
Use
Function 62 is used to display the hard mode count down timer time attack info message.
How the function appears in the script
62: window_msg Quest: Quest name.<cr>Difficulty: Hard.<cr>Time attack score <color 4><r106>:<r107>:<r108>. //Display the Hard mode count down timer time attack info message. Remember to edit in the name of your quest where it says quest name.
jmp 4 //jumps to function 4.
Also see
window_msg, jmp, Barebones function 4, Barebones function 29, Barebones function 253