summaryrefslogtreecommitdiff
path: root/npc/quests/the_sign_quest.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/quests/the_sign_quest.txt')
-rw-r--r--npc/quests/the_sign_quest.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/quests/the_sign_quest.txt b/npc/quests/the_sign_quest.txt
index 2102efaf0..cf593eaae 100644
--- a/npc/quests/the_sign_quest.txt
+++ b/npc/quests/the_sign_quest.txt
@@ -12249,6 +12249,7 @@ OnInit:
end;
OnTouch:
+ callfunc("F_UpdateSignVars");
.@geffenia_warp = rand(1,4);
if (.@geffenia_warp == 1) warp "gefenia01",58,169;
else if (.@geffenia_warp == 2) warp "gefenia02",116,115;
@@ -12644,6 +12645,7 @@ function script F_UpdateSignVars {
Sign_Branch2B = 0;
serinring = 0;
signmetzhour = 0;
+ geffenia_warp = 0;
}
return;
}