summaryrefslogblamecommitdiff
path: root/npc/003-0/audsbel.txt
blob: ca5edecbba71c49f265d14081e552ca3494d7844 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                              
 
// TMW2 scripts.
// Authors:
//    Jesusalva
// Description:
//    One of the Mana Magic Leaders
//    Gives #parum

003-0,34,37,0	script	Audsbel	NPC_AULDSBEL,{
    goodbye;
    closedialog;
    close;

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