summaryrefslogblamecommitdiff
path: root/npc/012-2-1/tanisha.txt
blob: b6d361dee54e3587c35ad8344999e3972ca27936 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                  

                                                                                    


          
                       
                  

        
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Tanisha, the little girl in Sorfina's house.
// THIS IS A PLACEHOLDER!

012-2-1,48,34,0	script	Tanisha	NPC_TANISHA,{
    speech
        l("Welcome."),
        l("Kaan asked me to kill maggots, which I hate! But I'm not seeing any..."),
        l("I wonder if things were supposed to be this way?");
    close;

OnInit:
    .sex = GENDER_MALE;
    .distance = 4;
    end;
}