From 3937fe57ed66e3b9ffb33ec6eb64feac050cf5a4 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Wed, 28 Feb 2018 19:10:09 -0300 Subject: Add some lame excuse to Luca --- npc/003-1/luca.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/npc/003-1/luca.txt b/npc/003-1/luca.txt index 73cac9ef9..1e7221878 100644 --- a/npc/003-1/luca.txt +++ b/npc/003-1/luca.txt @@ -1,10 +1,19 @@ +// TMW2 script. // Author: // Saulc +// Jesusalva +// Description: +// Luca assings player a class. This may end up contradicting races, so expect core changes! 003-1,109,129,0 script Luca NPC_PLAYER,{ - -hello; + mesn; + if (BaseLevel < 20) mesq l("Hello there. I am looking for strong people, but you are not strong enough."); + if (BaseLevel < 20) close; + mesq l("I was looking for strong people, but I forgot what I was going to say when I meet them."); + next; + mesq l("Maybe later I remember and tell you, but don't count on that. I don't have a very good memory."); + close; OnInit: .@npcId = getnpcid(0, .name$); -- cgit v1.2.3-70-g09d2