summaryrefslogblamecommitdiff
path: root/npc/003-1/silvia.txt
blob: 6acc4acb2d46f21137113e363b955398d22da8d0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


           
                                          






                  
 
// Author:
//    Saulc

003-1,109,150,0	script	Silvia	NPC_MONA,{

hello;

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