summaryrefslogtreecommitdiff
path: root/npc/009-2-4/aldred.txt
blob: a08a745a8ab13d75c9512a2ee976b7040bfb3ec4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Aldred is Hamond's and Reid's son.
// THIS IS A PLACEHOLDER!

009-2-4,50,35,0	script	Aldred	NPC_UNDEAD_WEPPER,{
    mesn;
    mesq l("Waaahhhhh!");
    close;

OnInit:
    .bodytype = BODYTYPE_2;
    .distance = 4;
    end;
}