Barebones function 63

From Unofficial QEdit Wiki Guide
Jump to: navigation, search

Barebones function 63

Function 63: 63:

  • Function 63 = Very hard mode count down timer time attack info message.

Use

Function 63 is used to display the very hard mode count down timer time attack info message.

How the function appears in the script


63:      window_msg Quest: Quest name.<cr>Difficulty: Very hard.<cr>Time attack score <color 4><r106>:<r107>:<r108>. //Display the very hard mode count down timer time attack info message. Remember to edit in the name of your quest where it says quest name.
         jmp 4 //jumps to function 4.

Also see

window_msg, jmp, Barebones function 4, Barebones function 39,

Barebones function 254, Barebones function 304