summaryrefslogblamecommitdiff
path: root/npc/test/npcmarriage.txt
blob: 1b7497bdcc77367a3f077456efd954c7171ee59b (plain) (tree)


















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

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

OnTimer30000:
    marriagecheck();
    end;

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