Barebones function 32

From Unofficial QEdit Wiki Guide
Jump to: navigation, search

Barebones function 32

Function 32: 32:

  • Function 32 = Threaded. Part of thread. Quest failed count up timer.

Functions contained in this thread in order of activation.

Name of thread: Quest failed count up timer.

Barebones function 80, = Threads 32.

Barebones function 32, = Jumps to function 33 when register 112 = 00000001.

Barebones function 33, = 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 112.

When register 112 equals 00000001 then this function will jump to the starting of quest failed for count down timer. (function 33.)

Function 32 becomes threaded in function 80.

How the function appears in the script


32:      sync  //Waits 1 frame.
         jmpi_= R112, 00000001, 33 //If register 112 equals 00000001 jump to function 33.
         jmp 32 //Jump to function 32.

Also see

sync, jmpi_=, jmp, Barebones function 80,

Barebones function 33, Barebones function 10000,

Barebones function 11500, Barebones function 1005,

Barebones function 1