blob: f824493fcac27dbbf5b6313329b1eb957031f180 (
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:
.sex = G_MALE;
.distance = 2;
end;
}
|