diff options
Diffstat (limited to 'npc/012-2')
-rw-r--r-- | npc/012-2/rakinorf.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/012-2/rakinorf.txt b/npc/012-2/rakinorf.txt index 790662d48..289d8cba3 100644 --- a/npc/012-2/rakinorf.txt +++ b/npc/012-2/rakinorf.txt @@ -73,7 +73,11 @@ L_MainStory: // 6 - Must visit Halinarzo Library // Note: Expires on logout: @returnpotion_expiredate - .@n2=getq2(General_Narrator); + if (.@n == 5) + .@n2=getq2(General_Narrator); + else + .@n2=99; + if (.@n2 == 5) { mesn; mesq l("You should talk to Airlia again to understand what Lua wants me to do."); |