summaryrefslogtreecommitdiff
path: root/npc/009-2-4/aldred.txt
blob: 9a3409134169652b04e96dcca2e71943f86acc51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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:
    .distance = 4;
    end;
}