diff options
author | Asheraf <acheraf1998@gmail.com> | 2017-03-04 22:50:47 +0000 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2017-03-04 23:06:02 +0000 |
commit | 53af897914d66daa39f45a7015d0b752824b0140 (patch) | |
tree | 02862088f68a5f43a23fe705db8d573a2ff6b61d /npc/quests/the_sign_quest.txt | |
parent | ce74d8c119facb51a0da92ef965c3dd78994b68f (diff) | |
download | hercules-53af897914d66daa39f45a7015d0b752824b0140.tar.gz hercules-53af897914d66daa39f45a7015d0b752824b0140.tar.bz2 hercules-53af897914d66daa39f45a7015d0b752824b0140.tar.xz hercules-53af897914d66daa39f45a7015d0b752824b0140.zip |
Follow-up 1b708585b7c2ce3f093a2b352fd5a37ad0cef79a add the variable to clear function
Diffstat (limited to 'npc/quests/the_sign_quest.txt')
-rw-r--r-- | npc/quests/the_sign_quest.txt | 2 |
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; } |