diff options
Diffstat (limited to 'npc/027-2_Caretakers_House/caretaker.txt')
-rw-r--r-- | npc/027-2_Caretakers_House/caretaker.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/027-2_Caretakers_House/caretaker.txt b/npc/027-2_Caretakers_House/caretaker.txt index 3d742704..bf4d35fc 100644 --- a/npc/027-2_Caretakers_House/caretaker.txt +++ b/npc/027-2_Caretakers_House/caretaker.txt @@ -120,8 +120,8 @@ OnTimer3000: 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 +5mn " + strcharinfo(0); + gmcommand "@l I killed the caretaker's wife!"; + gmcommand "@ban +5mn " + strcharinfo(0); setnpctimer 0; end; |