summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/027-2_Caretakers_House/caretaker.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/027-2_Caretakers_House/caretaker.txt b/npc/027-2_Caretakers_House/caretaker.txt
index 174134b0..274c13f1 100644
--- a/npc/027-2_Caretakers_House/caretaker.txt
+++ b/npc/027-2_Caretakers_House/caretaker.txt
@@ -92,4 +92,19 @@ L_Has_No_New_Letter:
L_Has_New_Letter:
// TODO: The player has to deliver the current letter first
close;
+
+OnTimer3000:
+ monster "027-2.gat", 29, 21, "Caretaker's Wife", 1044, 1, "Caretaker::OnWifeDeath";
+ end;
+
+OnWifeDeath:
+ mapannounce "027-2.gat", "NO! YOU KILLED MY WIFE!", 0;
+ gmcommand strcharinfo(0) + " : @l I killed the caretaker's wife!";
+ gmcommand strcharinfo(0) + " : @ban +5m " + strcharinfo(0);
+ setnpctimer 0;
+ end;
+
+OnInit:
+ initnpctimer;
+ end;
}