diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-02-12 23:30:20 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-02-12 23:30:20 +0000 |
commit | 71bce4923da7217a0836e151e23248e836444600 (patch) | |
tree | 7abc68043fad006b0b60fcb227150acf75f458dc /doc/script_commands.txt | |
parent | b8526ec6c37e9796c7f829a3c072b71bd21af756 (diff) | |
download | hercules-71bce4923da7217a0836e151e23248e836444600.tar.gz hercules-71bce4923da7217a0836e151e23248e836444600.tar.bz2 hercules-71bce4923da7217a0836e151e23248e836444600.tar.xz hercules-71bce4923da7217a0836e151e23248e836444600.zip |
- Fixed the cutin example in script_commands.txt
- Updated TortoiseSVN and eAthena SVN links in readme.html
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14703 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 edca5e037..0fa2a0200 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6098,7 +6098,7 @@ illustration without displaying a new one, an empty file name and position 255 must be used. // Displays the Comodo Kafra illustration in lower right corner. - cutin "kafra_7",2; + cutin "kafra_07",2; // Typical way to end a script, which displayed an illustration during a // dialog with a player. |