summaryrefslogtreecommitdiff
path: root/npc/test
diff options
context:
space:
mode:
Diffstat (limited to 'npc/test')
-rw-r--r--npc/test/npcmarriage.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/test/npcmarriage.txt b/npc/test/npcmarriage.txt
index 32b0751b..3a5219e3 100644
--- a/npc/test/npcmarriage.txt
+++ b/npc/test/npcmarriage.txt
@@ -11,7 +11,13 @@ test,25,14,0 script marriage1 NPC_PLAYER,{
marriagemain();
close;
+
+OnTimer30000:
+ marriagecheck();
+ end;
+
OnInit:
.sex = G_MALE;
.distance = 3;
+ initnpctimer;
}