summaryrefslogtreecommitdiff
path: root/npc/003-1/mariusthebard.txt
blob: fe71690841ea07e64271b4ef27d57d80c65c47df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Author:
//    Saulc

003-1,88,135,0	script	Marius The Bard	NPC_WATER_SPLASH,{


hello;

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