From 48bb2d5d753b62dabeffce8e3efa00272d90253b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 24 May 2018 11:32:57 -0300 Subject: Last commit before battery dies. --- npc/002-1/alige.txt | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'npc/002-1/alige.txt') diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt index c21cb3f5f..18a9063ac 100644 --- a/npc/002-1/alige.txt +++ b/npc/002-1/alige.txt @@ -1,15 +1,22 @@ // TMW2 Scripts. +// +// TMW-BR Original Authors: +// Programmer: Adson Renato +// Texts: Arkanjo +// Review: Jesusalva +// // Authors: // Jesusalva // Description: -// Stowaway hidden in a ship's hole. +// Stowaway hidden in a ship's hole. Contrabandist. Trade potions, dyes, +// food, water, and money for a hat. 002-1,45,26,0 script Alige NPC_ALIGE,{ mesn; - mesq l("Ssh! I am hiding here. Don't tell anyone I'm hiding here!"); + mesq lg("Hey, dude! The guards are after me. I need your help, and I can reward you."); next; mesn; - mesq l("I don't want to be thrown to the sharks!"); + mesq l("But... I need to solve a problem first. So please come back later."); close; @@ -21,12 +28,12 @@ OnInit: OnTouch: if (getareausers() <= 1) - setnpcdir "Alige", 2; + setnpcdir "Alige", 2; // 6 close; OnUnTouch: if (getareausers() == 0) - setnpcdir "Alige", 4; + setnpcdir "Alige", 4; // 8 close; } -- cgit v1.2.3-60-g2f50