summaryrefslogtreecommitdiff
path: root/npc/008-2-32/thamas.txt
blob: e1b230359f7b5676bba297f67d95cb16ca46e9e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Thamas the soldier.
// THIS IS A PLACEHOLDER!

008-2-32,36,26,0	script	Thamas	NPC_THAMAS,{
    speech
        l("Hi there."),
        l("I am a legion soldier who never talks much, until Jesusalva or WildX puts words in my mouth."),
        lg("Until then, let me be quiet. Talk to you later.");

    close;

OnInit:
    .sex = G_MALE;
    .distance = 2;
    end;
}