Barebones function 22

From Unofficial QEdit Wiki Guide
Jump to: navigation, search

Barebones function 22

Function 22: 22:

  • Function 22 = Threaded. Part of thread. Quest failed count down timer.

Functions contained in this thread in order of activation.

Name of thread: Quest failed count down timer.

Barebones function 60, = Threads 22.

Barebones function 22, = Jumps to function 23 when register 105 = 00000000.

Barebones function 23, = Makes function 1, or function 10000 happen.

Barebones function 10000, = Makes function 11500 happen.

Barebones function 11500, = Makes function 1005 happen.

Barebones function 1005 = Makes function 1 happen.

Barebones function 1, = Ends the thread.

Use

This function will preform a constant check on register 105.

When register 105 equals 00000000 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 0000000 jump to function 23.
         jmp 22 //Jump to function 22.

Also see

sync, jmpi_=, jmp, Barebones function 60,

Barebones function 23, Barebones function 10000,

Barebones function 11500, Barebones function 1005,

Barebones function 1