summaryrefslogblamecommitdiff
path: root/npc/test/npcmarriage.txt
blob: 56f02e1f7d88c7b0803dbb1e9fb4e302a4b394da (plain) (tree)
1
2
3
4
5
6
7
8
9






                                                    

                   




                    


                  
                 
 
// Evol scripts.
// Authors:
//    4144
// Description:
//    npc marriage

test,25,14,0	script	marriage1	NPC_PLAYER,{
    marriagemain();
    close;

OnTimer30000:
    marriagecheck();
    end;

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