Barebones function 22
From Unofficial QEdit Wiki Guide
Revision as of 00:17, 17 March 2013 by Japanaman2 (Talk | contribs)
Barebones function 22
Function 22: 22:
- Function 22 = Threaded.
Use
This function will preform a constant check on Register 105.
When r105 = 0 then this function will jump to the starting of quest failed for count down timer. (function 23.)
Function 22 becomes threaded in function 60.
How the function appears in the script
22: sync //Waits 1 frame.
jmpi_= R105, 00000000, 23 //If Register 105 equals 0 jump to function 23.
jmp 22 //Jump to function 22.
Also see
sync, jmpi_=, jmp, Barebones function 23, Barebones function 60