Quest scriptsTable

From PSwiki
Revision as of 12:55, 11 January 2022 by Grimston (talk | contribs) (Created page with " {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(10) unsigned |PRI | |auto_increment | |- | |quest_id |int(10) | |0 | |FK to quests table, or -1 for KA scripts. |- |DIF |script |text | | | |The script for the quest, parsed by questmanager.cpp Type used to be 'blob' in PSLegacy. |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


UE Field Type Key Type Default Extra Description
id int(10) unsigned PRI auto_increment
quest_id int(10) 0 FK to quests table, or -1 for KA scripts.
DIF script text The script for the quest, parsed by questmanager.cpp Type used to be 'blob' in PSLegacy.