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/xmas/2006/xmas15.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/xmas/2006/xmas15.txt')
-rw-r--r-- | npc/xmas/2006/xmas15.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/xmas/2006/xmas15.txt b/npc/xmas/2006/xmas15.txt index 5bad6dbf..6deca2d2 100644 --- a/npc/xmas/2006/xmas15.txt +++ b/npc/xmas/2006/xmas15.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: |