diff options
author | remoitnane <remoit(DOT)nane(AT)gmail(DOT)com> | 2010-08-14 12:10:48 -0700 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2010-08-15 13:56:16 -0400 |
commit | c4430fb3b870ac2def588efe638abba1dbcdf3a9 (patch) | |
tree | 3daf4bb648f4748292b3382631492af6e81d814f /npc/027-2_Caretakers_House/caretaker.txt | |
parent | 46bf43b3f428cb131d1494d7bbf55db2698be2fd (diff) | |
download | serverdata-c4430fb3b870ac2def588efe638abba1dbcdf3a9.tar.gz serverdata-c4430fb3b870ac2def588efe638abba1dbcdf3a9.tar.bz2 serverdata-c4430fb3b870ac2def588efe638abba1dbcdf3a9.tar.xz serverdata-c4430fb3b870ac2def588efe638abba1dbcdf3a9.zip |
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 <shadowmil@gmail.com>
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; |