summaryrefslogblamecommitdiff
path: root/npc/001-1/beuss.txt
blob: 181b873fc0f02ed8ee925c4df909f0daa6d83680 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                                    
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Angry member of the legion of Aemil.

001-1,45,52,0	script	Beuss	424,{
    mesn;
    mesq l("You are too weak, what a piece of bone like you is doing around here?");

    close;

OnInit:
    setnpcsex G_MALE;
    setnpcdistance 2;
    end;
}