summaryrefslogtreecommitdiff
path: root/npc/test/npcmarriage.txt
blob: 32b0751b3c173d95c15888f9197ae48bff6b1b04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Evol scripts.
// Authors:
//    4144
// Description:
//    npc marriage

test,25,14,0	script	marriage1	NPC_PLAYER,{
    // debug
    mes .maleName$;
    mes .femaleName$;

    marriagemain();
    close;
OnInit:
    .sex = G_MALE;
    .distance = 3;
}