Barebones function 81

From Unofficial QEdit Wiki Guide
Revision as of 21:37, 18 March 2013 by Japanaman2 (Talk | contribs)

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

Barebones function 81

Function 81: 81:

  • Function 81 = Normal mode count up timer time attack info message.

Use

Function 81 is used to display the normal mode count up timer time attack info message.

How the function appears in the script


81:      window_msg Quest: Quest name.<cr>Difficulty: Normal.<cr>Time attack score <color 4><r116>:<r117>:<r118>. //Display the normal mode count up 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 262, Barebones function 312