From 79d309207416c6825cfd6b703814b553140bd89c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 15 Sep 2018 18:22:20 -0300 Subject: As @demure requested --- npc/003-1/constableperry.txt | 5 ++++- npc/015-2/ben.txt | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'npc') 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; diff --git a/npc/015-2/ben.txt b/npc/015-2/ben.txt index 9852ffa48..979ad50aa 100644 --- a/npc/015-2/ben.txt +++ b/npc/015-2/ben.txt @@ -8,7 +8,8 @@ 015-2,269,172,0 script Ben Parkison NPC_MOUBOO,{ if (JobLevel > 20 && MERC_RANK == 0) goto L_Quest; -//hello; + +L_Intro: mesn; mesq l("Hey newbie... I am a dangerous bandit."); next; @@ -51,6 +52,8 @@ L_Recruit: mes ""; mesn; mesq l("Welcome to the ##BBandits Guild##b! Steal anyone wealthy!"); + } else { + goto L_Intro; } close; -- cgit v1.2.3-70-g09d2