summaryrefslogtreecommitdiff
path: root/npc/018-7-1/demure.txt
blob: 4da2520c6b920ad6a99aae85a5103cf1b95e7387 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// TMW2 scripts.
// Author:
//    Jesusalva
// Description:
//    Demure is the Queen of Dragons


018-7-1,23,20,0	script	Demure, Queen of Dragons	NPC_DEMURE,{
    mesn;
    mesq l("Greetings mortal; I am Demure, Queen of Dragons.");
    close;

OnInit:
    .distance = 4;
    .sex = G_FEMALE;
    npcsit;
    end;
}