namespace DragonFiesta { public enum ScriptTalker { QS_TALKER_NPC = 0, QS_TALKER_ME = 1, QST_MAX = 2, } }