Difference between revisions of "Barebones function 82"
From Unofficial QEdit Wiki Guide
Japanaman2 (Talk | contribs) |
Japanaman2 (Talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
==Use== | ==Use== | ||
− | Function | + | Function 82 is used to display the hard mode count up timer time attack info message. |
==How the function appears in the script== | ==How the function appears in the script== | ||
Line 14: | Line 14: | ||
==Also see== | ==Also see== | ||
− | [[window_msg]], [[jmp]], [[Barebones function 4]], [[Barebones function 39]], [[Barebones function | + | [[window_msg]], [[jmp]], [[Barebones function 4]], [[Barebones function 39]], |
+ | |||
+ | [[Barebones function 263]], [[Barebones function 313]] |
Latest revision as of 21:37, 18 March 2013
Barebones function 82
Function 82: 82:
- Function 82 = Hard mode count up timer time attack info message.
Use
Function 82 is used to display the hard mode count up timer time attack info message.
How the function appears in the script
82: window_msg Quest: Quest name.<cr>Difficulty: Hard.<cr>Time attack score <color 4><r116>:<r117>:<r118>. //Display the hard mode count up 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 39,