summaryrefslogtreecommitdiff
path: root/npc/quest_variables.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/quest_variables.txt')
-rw-r--r--npc/quest_variables.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/npc/quest_variables.txt b/npc/quest_variables.txt
index bdd1bec24..996d9267f 100644
--- a/npc/quest_variables.txt
+++ b/npc/quest_variables.txt
@@ -58,8 +58,16 @@ Info: Bio Ethics quest for homunculus
skill for alchemists. This bit
is for final part of quest.
(completed or not.)[Evera]
-How to set: set MISC_QUEST,MISC_QUEST | 64;
-How to check: if(MISC_QUEST & 64){}
+How to set: set MISC_QUEST,MISC_QUEST|64;
+How to check: if(MISC_QUEST&64){}
+
+Quest: DTS Warper
+Info: Not really a quest, but to
+ show if a person has
+ already voted. Cleaning
+ up the variables -.-;[Evera]
+How to set: set MISC_QUEST,MISC_QUEST|128;
+How to check: if(MISC_QUEST&128){}
Quest: ?
Info: ?