* Fixed a mistake in RID description in doc/script_commands.txt (since r2402).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14982 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ai4rei 2011-10-26 14:19:53 +00:00
parent 831027c3fb
commit 9ae81c84e8
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Date Added Date Added
2011/10/26
* Fixed a mistake in RID description in doc/script_commands.txt (since r2402). [Ai4rei]
2011/10/23 2011/10/23
* Revised packets related to auction system. [Ai4rei] * Revised packets related to auction system. [Ai4rei]
- Added packet documentation and corrected existing one. - Added packet documentation and corrected existing one.

View File

@ -505,7 +505,7 @@ What a RID is and why do you need to know
Most scripting commands and functions will want to request data about a Most scripting commands and functions will want to request data about a
character, store variables referenced to that character, send stuff to the character, store variables referenced to that character, send stuff to the
client connected to that specific character. Whenever a script is invoked by a client connected to that specific character. Whenever a script is invoked by a
character, it is passed a so-called RID - this is the character ID number of a character, it is passed a so-called RID - this is the account ID number of a
character that caused the code to execute by clicking on it, walking into it's character that caused the code to execute by clicking on it, walking into it's
OnTouch zone, or otherwise. OnTouch zone, or otherwise.