From c4430fb3b870ac2def588efe638abba1dbcdf3a9 Mon Sep 17 00:00:00 2001 From: remoitnane Date: Sat, 14 Aug 2010 12:10:48 -0700 Subject: Update scripts to reflect gmcommand's simplification If you are using mainline TMW-eAthena, you will have to update your scripts as well. Signed-off-by: Chuck Miller --- npc/027-2_Caretakers_House/caretaker.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/027-2_Caretakers_House') 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; -- cgit v1.2.3-70-g09d2