Difference between revisions of "Barebones function 21"
From Unofficial QEdit Wiki Guide
Japanaman2 (Talk | contribs) |
Japanaman2 (Talk | contribs) |
||
Line 19: | Line 19: | ||
==Also see== | ==Also see== | ||
− | [[sync]], [[jmpi_=]], [[leti]], [[ret]], | + | [[sync]], [[jmpiue|jmpi_=]], [[leti]], [[ret]], |
[[Barebones function 1]], [[Barebones function 24]] | [[Barebones function 1]], [[Barebones function 24]] |
Revision as of 21:36, 16 March 2013
Barebones function 21
Function 21: 21:
- Function 21
Use
Ending console for count down timer.
Function 21 goes on your ending forest console when using the count down timer.
How the function appears in the script
21: sync //waits 1 frame.
jmpi_= R21, 00000001, 1 //If Register 21 equals 1 jump to function 1.
leti R20, 00000001 //Makes register 20 equal 1.
jmpi_= R20, 00000001, 24 //If Register 20 equals 1 jump to function 24.
ret