diff options
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 07819d238..12afe7221 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -4577,7 +4577,7 @@ will retain the default behavior of the command. // this will make the NPC "John Doe#1" // show the effect "EF_HIT1" specified by // Jane Doe. I wonder what John did... - mes "[Jane Doe]; + mes "[Jane Doe]"; mes "Well, I never!"; specialeffect EF_HIT1,AREA,"John Doe#1"; close; |