summaryrefslogtreecommitdiff
path: root/npc/001-1/lozerk.txt
blob: 88732efb9b981c9ae0bcf9c2c1b7ff46eb8e3efe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Sword trainer from the Legion of Aemil guild.

001-1,56,43,0	script	Lozerk	NPC_DEMON_MALE_SWORD,{
    mesn;
    mesq l("You can't join the sword training clothed that way.");

    goto L_Close;

L_Close:
    close;

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