瀏覽代碼

- Fixed an example in script_commands.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17289 54d463be-8e91-2dee-dedb-b68131a5f0ec
brianluau 12 年之前
父節點
當前提交
1c3c8cb50c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/script_commands.txt

+ 1 - 1
doc/script_commands.txt

@@ -1064,7 +1064,7 @@ of the ways to end a speech from an NPC. Once the button is clicked, the NPC
 script execution will end, and the message box will disappear.
 script execution will end, and the message box will disappear.
 
 
     mes "[Woman]";
     mes "[Woman]";
-    mes "I am finished talking to you. Click the close button.;
+    mes "I am finished talking to you. Click the close button.";
     close;
     close;
     mes "This command will not run at all, since the script has ended.";
     mes "This command will not run at all, since the script has ended.";