diff options
Diffstat (limited to 'world/map/npc/056-2')
-rw-r--r-- | world/map/npc/056-2/mirak.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/world/map/npc/056-2/mirak.txt b/world/map/npc/056-2/mirak.txt index 65b46e39..4296a2cc 100644 --- a/world/map/npc/056-2/mirak.txt +++ b/world/map/npc/056-2/mirak.txt @@ -33,6 +33,7 @@ goto L_Ban; if (@talk < 3) goto L_Talk; + goto L_Ban; L_Ban: mes "[Mirak]"; @@ -74,8 +75,10 @@ L_Talk2: mes "[Mirak]"; mes "\"What do you want?!\""; menu - "Nothing.", -, + "Nothing.", L_Nothing, "Money!", L_Quest; + +L_Nothing: mes "[Mirak]"; mes "\"Ahhhh! Get lost, or you'll regret it!\""; set @annoy, @annoy+1; @@ -91,7 +94,6 @@ L_Quest: menu "Okay.", L_Trade, "Nah, I won't leave you alone.", L_Kill; - goto L_Exit; L_TooSoon: mes "Mirak looks up, sees you, and gets angry."; |