diff options
Diffstat (limited to 'npc/quest_variables.txt')
-rw-r--r-- | npc/quest_variables.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/quest_variables.txt b/npc/quest_variables.txt index cc36a5533..1f2270dc1 100644 --- a/npc/quest_variables.txt +++ b/npc/quest_variables.txt @@ -89,6 +89,11 @@ Info: Ninja Job Room, Basshu How to set: set MISC_QUEST,MISC_QUEST | 4096; How to check: if(MISC_QUEST & 4096){} +Quest: Rachel Sanctuary Quest +Info: Gained access to Rachel Santuary (yes/no) +How to set: set MISC_QUEST,MISC_QUEST | 8192; +How to check: if(MISC_QUEST & 8192){} + -------------------------------------------------------------- Variable: MISC_QUEST2 |