From 1c3c8cb50cc8be625c7d2f3c3db46faeba55c58b Mon Sep 17 00:00:00 2001 From: brianluau Date: Wed, 24 Apr 2013 17:51:41 +0000 Subject: [PATCH] - 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 --- doc/script_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/script_commands.txt b/doc/script_commands.txt index d9996ce6e9..0b0f944149 100644 --- a/doc/script_commands.txt +++ b/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. 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; mes "This command will not run at all, since the script has ended.";