Barebones function 311

From Unofficial QEdit Wiki Guide
Revision as of 10:05, 19 April 2013 by Japanaman2 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Barebones function 311

Function 311: 311:

  • Function 311 = Part of guild lady text failed.

Guild lady text failed

Determines what the guild lady will say upon failing the quest.

Barebones function 300 = Function 300 checks what timer was used count down or count up. If count down continue to function 301. if count up continue to function 311.

Barebones function 301 = Function 301 checks for the room difficulty used.

Barebones function 302 = Function 302 displays the guild lady's quest failed message for normal mode. Then displays time attack information for normal mode, and quest credits.

Barebones function 303 = Function 303 displays the guild lady's quest failed message for hard mode. Then displays time attack information for hard mode, and quest credits.

Barebones function 304 = Function 304 displays the guild lady's quest failed message for very hard mode. Then displays time attack information for very hard mode, and quest credits.

Barebones function 305 = Function 305 displays the guild lady's quest failed message for ultimate mode. Then displays time attack information for ultimate mode, and quest credits.

Barebones function 311 = Function 311 checks for the room difficulty used.

Barebones function 312 = Function 312 displays the guild lady's quest failed message for normal mode. Then displays time attack information for normal mode, and quest credits.

Barebones function 313 = Function 313 displays the guild lady's quest failed message for hard mode. Then displays time attack information for hard mode, and quest credits.

Barebones function 314 = Function 314 displays the guild lady's quest failed message for very hard mode. Then displays time attack information for very hard mode, and quest credits.

Barebones function 315 = Function 315 displays the guild lady's quest failed message for ultimate mode. Then displays time attack information for ultimate mode, and quest credits.


Use

Function 311 checks for the room difficulty used.

How the function appears in the script


311:     jmpi_= R251, 00000000, 312 //If register 251 equals 00000000 jump to function 312.
         jmpi_= R251, 00000001, 313 //If register 251 equals 00000001 jump to function 313.
         jmpi_= R251, 00000002, 314 //If register 251 equals 00000002 jump to function 314.
         jmpi_= R251, 00000003, 315 //If register 251 equals 00000003 jump to function 315.
         ret 

Also see

jmpi_=, ret, get_difflvl2, Barebones function 0,

Barebones function 300, Barebones function 312, Barebones function 313,

Barebones function 314, Barebones function 315