From 53af897914d66daa39f45a7015d0b752824b0140 Mon Sep 17 00:00:00 2001 From: Asheraf Date: Sat, 4 Mar 2017 22:50:47 +0000 Subject: Follow-up 1b708585b7c2ce3f093a2b352fd5a37ad0cef79a add the variable to clear function --- npc/quests/the_sign_quest.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/quests/the_sign_quest.txt') 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; } -- cgit v1.2.3-60-g2f50