summaryrefslogtreecommitdiff
path: root/npc/020-7-1/core.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-7-1/core.txt')
-rw-r--r--npc/020-7-1/core.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/npc/020-7-1/core.txt b/npc/020-7-1/core.txt
index d7d5c755b..fb1b282ec 100644
--- a/npc/020-7-1/core.txt
+++ b/npc/020-7-1/core.txt
@@ -7,6 +7,7 @@
// Some setup is required
+// Check if you have something to ask to Blue Sage staff
// BSQuestion( )
function script BSQuestion {
.@b1=getq(NivalisQuest_BlueSage);
@@ -28,3 +29,28 @@ function script BSQuestion {
}
+// Proccess the slime type and amount
+// BSProccess( SlimeNestID )
+function script BSProccess {
+ .@b1=getq(NivalisQuest_BlueSageSlimes);
+ .@b2=getq2(NivalisQuest_BlueSageSlimes);
+ .@b3=getq3(NivalisQuest_BlueSageSlimes);
+
+ // Quest state not assigned
+ if (!.@b1)
+ return;
+
+ // TODO
+
+ return;
+}
+
+020-7-1,0,0,0 script #BlueSageHUB NPC_HIDDEN,{
+ end;
+
+OnCycle:
+ addtimer(1000, "#BlueSageHUB::OnCycle");
+ end;
+
+}
+