summaryrefslogtreecommitdiff
path: root/npc/008-2-32/thamas.txt
blob: 42871ec6cf26ed1cb169b0333b217556c6da2fca (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,31,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."),
        l("Until then, let me be quiet. Talk to you later.");

    close;

OnInit:
    .bodytype = BODYTYPE_3;
    .distance = 2;
    end;
}