diff options
Diffstat (limited to 'npc/xmas/2006/xmas10.txt')
-rw-r--r-- | npc/xmas/2006/xmas10.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/xmas/2006/xmas10.txt b/npc/xmas/2006/xmas10.txt index ed9b2654..b0f057fc 100644 --- a/npc/xmas/2006/xmas10.txt +++ b/npc/xmas/2006/xmas10.txt @@ -70,7 +70,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: @@ -80,15 +80,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; @@ -101,7 +101,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: @@ -110,7 +110,7 @@ L_naughty_5: next; mes "[Helper Santa]"; mes "Done!"; - gmcommand strcharinfo(0)+":@killmonster2 "; + gmcommand "@killmonster2 "; close; L_naughty_6: @@ -119,7 +119,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: |