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/xmas/2006/xmas3.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'npc/xmas/2006/xmas3.txt') diff --git a/npc/xmas/2006/xmas3.txt b/npc/xmas/2006/xmas3.txt index ebcb54c1..df6094b1 100644 --- a/npc/xmas/2006/xmas3.txt +++ b/npc/xmas/2006/xmas3.txt @@ -73,7 +73,7 @@ L_naughty_1: next; mes "[Helper Santa]"; mes "Remember to be nice to people!"; - gmcommand strcharinfo(0)+":@die "; + gmcommand "@die "; close; L_naughty_2: @@ -83,15 +83,15 @@ L_naughty_2: next; mes "[Helper Santa]"; mes "Abracadabra!"; - gmcommand strcharinfo(0)+":@charstreset "+strcharinfo(0); - gmcommand strcharinfo(0)+":@charskreset "+strcharinfo(0); + gmcommand "@charstreset "+strcharinfo(0); + gmcommand "@charskreset "+strcharinfo(0); close; L_naughty_3: mes "[Helper Santa]"; mes "You will now get randomly warped!"; next; - gmcommand strcharinfo(0)+":@jump "; + gmcommand "@jump "; mes "[Helper Santa]"; mes "Merry Christmas!"; close; @@ -104,7 +104,7 @@ L_naughty_4: next; mes "[Helper Santa]"; mes "Ho ho ho!"; - gmcommand strcharinfo(0)+":@charchangesex "+strcharinfo(0); + gmcommand "@charchangesex "+strcharinfo(0); close; L_naughty_5: @@ -113,7 +113,7 @@ L_naughty_5: next; mes "[Helper Santa]"; mes "Done!"; - gmcommand strcharinfo(0)+":@killmonster2 "; + gmcommand "@killmonster2 "; close; L_naughty_6: @@ -122,7 +122,7 @@ L_naughty_6: next; mes "[Helper Santa]"; mes "Ho ho ho!"; - gmcommand strcharinfo(0)+":@kami "+strcharinfo(0)+" is not in the holiday mood."; + gmcommand "@kami "+strcharinfo(0)+" is not in the holiday mood."; close; L_nice_0: -- cgit v1.2.3-60-g2f50