diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/024-1/guard.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/024-1/guard.txt b/npc/024-1/guard.txt index 71ac1dc92..68241c589 100644 --- a/npc/024-1/guard.txt +++ b/npc/024-1/guard.txt @@ -9,6 +9,7 @@ if (getq(General_Narrator) == 11) goto L_MainQuest; +L_MainLogic: if (BaseLevel < 40) goto L_Unallowed; if (Class == Elven) @@ -47,7 +48,8 @@ L_MainQuest: mesc l("* Deliver Nikolai's Letter to Frostia Mayor"), 9; mes ""; mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1; - close; + next; + goto L_MainLogic; OnInit: .@npcId = getnpcid(.name$); |