summaryrefslogtreecommitdiff
path: root/npc/020-2-5/dausen.txt
blob: 1354b63624a97e540912982bb06b390524cd0dca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Dausen, the Legion Lieutenant inside Legion HQ in Tulim.
// THIS IS A PLACEHOLDER!

020-2-5,40,23,0	script	Dausen	NPC_HUMAN_MALE_CHIEF_ARTIS_LEGION,{
    speech
        l("Hi there. I am lieutenant Dausen."),
        l("Red Sands desert is dangerous at the moment, so we sealed it off."),
        l("The mines are also on the risk of collapsing, so the workers had to be evacuated as well."),
		l("I fear for the future of this town...");
    close;

OnInit:
    .distance = 4;
    end;
}