diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-15 18:22:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-15 18:22:20 -0300 |
commit | 79d309207416c6825cfd6b703814b553140bd89c (patch) | |
tree | 438ff2b5adb5b385a64763bf83ca961d7a1e72b6 /npc/003-1/constableperry.txt | |
parent | 53d29621b9659f71d7b87e74c9ae3e56dffd2e92 (diff) | |
download | serverdata-79d309207416c6825cfd6b703814b553140bd89c.tar.gz serverdata-79d309207416c6825cfd6b703814b553140bd89c.tar.bz2 serverdata-79d309207416c6825cfd6b703814b553140bd89c.tar.xz serverdata-79d309207416c6825cfd6b703814b553140bd89c.zip |
As @demure requested
Diffstat (limited to 'npc/003-1/constableperry.txt')
-rw-r--r-- | npc/003-1/constableperry.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/003-1/constableperry.txt b/npc/003-1/constableperry.txt index e9d735692..2c7fbb231 100644 --- a/npc/003-1/constableperry.txt +++ b/npc/003-1/constableperry.txt @@ -8,7 +8,8 @@ 003-1,47,75,0 script Constable Perry NPC_MOUBOO,{ if (JobLevel > 20 && THIEF_RANK == 0) goto L_Quest; -//hello; + +L_Intro: mesn; mesq l("Hello there! I am a constable. I keep law and order here."); next; @@ -52,6 +53,8 @@ L_Recruit: mes ""; mesn; mesq l("Welcome to the ##BMerchant Guild Police##b! Capture anyone doing an evil-doing!"); + } else { + goto L_Intro; } close; |