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

















                                            
// Evol scripts.
// Author:
//    Reid
// Description:
//    Fishmonger NPC

001-1,72,128,0	script	Merlin	NPC_MERLIN,{

    speech
        l("Fish is good for the brain!");

    close;

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