From a7877ec1dad55193a06df115b08b0657080352b5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 24 Feb 2020 00:14:41 -0300 Subject: Inac will now shout to you talk to him once you disembark. If your level is < 12 and tutorial is on, warn about level requeriment. This way, players will come back for him :3 --- npc/003-1/inac.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/003-1/inac.txt') diff --git a/npc/003-1/inac.txt b/npc/003-1/inac.txt index cd01ec96d..51a267cdc 100644 --- a/npc/003-1/inac.txt +++ b/npc/003-1/inac.txt @@ -120,8 +120,13 @@ L_Lying: L_TooWeak: mesn; mesq l("Hello little kid. Watch out, there's a maggot behind you %%a !"); + tutmes l("You need at least level %s to do this quest.", b(12)), l("WARNING"), false; close; +OnShout: + npctalk3 l("Ahoy! Hey, you, new person! Could you come here?!"); + end; + OnInit: .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, Bandana); -- cgit v1.2.3-60-g2f50