summaryrefslogtreecommitdiff
path: root/npc/001-1/trozz.txt
blob: 07468b89d1f5648c10511dcaeb2717dd3d5f78f9 (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.
// Author:
//    Reid
// Description:
//    Chief of the Legion of Aemil of the city of Artis.

001-1,56,45,0	script	Trozz#001-1	NPC_HUMAN_MALE_CHIEF_ARTIS_LEGION,{
    mesn;
    mesq l("Hi.");

    goto L_Close;

L_Close:
    close;

OnInit:
    setnpcsex G_MALE;
    setnpcdistance 4;
    end;
}