diff options
Diffstat (limited to 'npc/xmas/2006/xmas16.txt')
-rw-r--r-- | npc/xmas/2006/xmas16.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/xmas/2006/xmas16.txt b/npc/xmas/2006/xmas16.txt index 10a644df..05325115 100644 --- a/npc/xmas/2006/xmas16.txt +++ b/npc/xmas/2006/xmas16.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: |