Gget

From Unofficial QEdit Wiki Guide
Revision as of 18:20, 18 February 2013 by Tofuman (Talk | contribs)

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

Syntax

Syntax: gget [flag]

  • [flag] = Flag from the following list gflags

Use

These flags are used to store the current progress of a character in story mode quests. These generally aren't used with any quest other than the story mode quests.

Example


0:     ret
1:     gget 0018, R200 //Retrieve Caves unlocked flag and store in R200
       jmpi_= R200, 00000001, 10
       ret 
10:    window_msg 'Oh! You've been to the caves?!'
       winend
       ret

Also see

ret, jmpi_=, window_msg, winend