diff options
author | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-17 06:53:19 +0000 |
---|---|---|
committer | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-17 06:53:19 +0000 |
commit | 00163cbb0bdf654bfc8a04ef9e7f5e9f2efad706 (patch) | |
tree | 392f5a42264939994bafb438f71d697d05253047 /doc/script_commands.txt | |
parent | c5460b307a161cc0ff7209e04d278ff8ed131ba6 (diff) | |
download | hercules-00163cbb0bdf654bfc8a04ef9e7f5e9f2efad706.tar.gz hercules-00163cbb0bdf654bfc8a04ef9e7f5e9f2efad706.tar.bz2 hercules-00163cbb0bdf654bfc8a04ef9e7f5e9f2efad706.tar.xz hercules-00163cbb0bdf654bfc8a04ef9e7f5e9f2efad706.zip |
* Merged changes up to eAthena 15061.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15477 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 07465d8af..8faea3314 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -9,8 +9,6 @@ //===== Description: ========================================= //= A reference manual for the rAthena scripting language. //= Commands are sorted depending on their functionality. -//===== Additional Comments: ================================= -//= //============================================================ This document is a reference manual for all the scripting commands and functions @@ -6020,7 +6018,8 @@ used to color text in 'mes' output, but are written as hexadecimal numbers in C. (They look like 0x<six numbers>.) Action is what you want to do with a point, 1 will set it, while 2 will clear -it. Point number is the number of the point - you can have several. If more than +it. 0 will also set it, but automatically removes the point after 15 seconds. +Point number is the number of the point - you can have several. If more than one point is drawn at the same coordinates, they will cycle, which can be used to create flashing marks. |