diff options
Diffstat (limited to 'npc/003-1/luca.txt')
-rw-r--r-- | npc/003-1/luca.txt | 13 |
1 files 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$); |