summaryrefslogtreecommitdiff
path: root/npc/027-0/enrique.txt
blob: 282f3781d96f97d5f0a8649688d020aa06f9c026 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// TMW2 Script
// Author:
//  Jesusalva
// Description:
//  Enrique is the headmaster of the Academy

027-0,46,25,0	script	Enrique	NPC_BLACKALCHEMIST,{
    mesn;
    mesq l("Hello. I am Enrique, headmaster of The Academy.");
    close;

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