Difference between revisions of "Barebones function 64"
From Unofficial QEdit Wiki Guide
Japanaman2 (Talk | contribs) |
Japanaman2 (Talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
==How the function appears in the script== | ==How the function appears in the script== | ||
<span style='font-size:12px;font-family:courier'> | <span style='font-size:12px;font-family:courier'> | ||
− | <span style='color:blue'> | + | <span style='color:blue'>64: </span><span style='color:green'>window_msg </span>Quest: Quest name.<cr>Difficulty: Ultimate.<cr>Time attack score <color 4><r106>:<r107>:<r108>. <span style='color:orange'>//Display the ultimate mode count down timer time attack info message. Remember to edit in the name of your quest where it says quest name.</span> |
<span style='color:green'> jmp </span>4 <span style='color:orange'>//jumps to function 4.</span> | <span style='color:green'> jmp </span>4 <span style='color:orange'>//jumps to function 4.</span> | ||
</span> | </span> | ||
==Also see== | ==Also see== | ||
− | [[window_msg]], [[jmp]], [[Barebones function 4]], [[Barebones function | + | [[window_msg]], [[jmp]], [[Barebones function 4]], [[Barebones function 39]], |
+ | |||
+ | [[Barebones function 255]], [[Barebones function 305]] |
Latest revision as of 21:41, 18 March 2013
Barebones function 64
Function 64: 64:
- Function 64 = Ultimate mode count down timer time attack info message.
Use
Function 64 is used to display the ultimate mode count down timer time attack info message.
How the function appears in the script
64: window_msg Quest: Quest name.<cr>Difficulty: Ultimate.<cr>Time attack score <color 4><r106>:<r107>:<r108>. //Display the ultimate 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 39,