summaryrefslogtreecommitdiff
path: root/npc/012-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-13 05:15:42 -0300
committerJesusaves <cpntb1@ymail.com>2021-01-13 05:15:42 -0300
commitf5909d074f7a2b4282131a43d74fa6e130b678ad (patch)
tree30c2f8659fea7c35ff6d44d8ed02a06a09dbb86c /npc/012-2
parente57a4d8a3292a90e580f98b2d2d77ff8e3048b5e (diff)
downloadserverdata-f5909d074f7a2b4282131a43d74fa6e130b678ad.tar.gz
serverdata-f5909d074f7a2b4282131a43d74fa6e130b678ad.tar.bz2
serverdata-f5909d074f7a2b4282131a43d74fa6e130b678ad.tar.xz
serverdata-f5909d074f7a2b4282131a43d74fa6e130b678ad.zip
And hide the menu option
Diffstat (limited to 'npc/012-2')
-rw-r--r--npc/012-2/rakinorf.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/012-2/rakinorf.txt b/npc/012-2/rakinorf.txt
index 21f34a2b5..244b3ed22 100644
--- a/npc/012-2/rakinorf.txt
+++ b/npc/012-2/rakinorf.txt
@@ -90,8 +90,10 @@ L_MainStory:
mes "";
}
+ .@rk=(!(getq(SQuest_Sponsor) & .questID));
+
select
- rif(getgmlevel(), l("Maybe I could give you more beer?")),
+ rif(.@rk && getgmlevel(), l("Maybe I could give you more beer?")),
rif(.@n2 == 0, l("I know it may sound silly, but I need your help to find out who I am.")),
rif(.@n2 == 1, l("I have brought you the beer.")),
rif(.@n2 == 2, l("I know how many bat teeth and wings Arkim collected.")),