diff options
author | Mysteries <mysteriousragnarok@hotmail.com> | 2013-02-10 22:22:23 -0500 |
---|---|---|
committer | Mysteries <mysteriousragnarok@hotmail.com> | 2013-02-10 22:22:23 -0500 |
commit | 56a20bb18d6fde61bb82cf160a131eb54d464148 (patch) | |
tree | 6c3aa9dfa71e3c4e464fc86f611c40088bf8edd3 /doc/script_commands.txt | |
parent | a2b070b52f1a48dc83ea540fd124c4e47022624a (diff) | |
download | hercules-56a20bb18d6fde61bb82cf160a131eb54d464148.tar.gz hercules-56a20bb18d6fde61bb82cf160a131eb54d464148.tar.bz2 hercules-56a20bb18d6fde61bb82cf160a131eb54d464148.tar.xz hercules-56a20bb18d6fde61bb82cf160a131eb54d464148.zip |
Merged rAthena Changes
- Added checkidle() command that was present in rAthena since r17126
- Documented checkidle() function
- More clearly defined variables in eA Job System documentation
- Added missing 'stopnpctimer' in custom Cluckers script
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 3c93490bb..cd08e618c 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3545,7 +3545,7 @@ warg and 0 if they don't. --------------------------------------- -*checkvending({"<player name>"}) +*checkvending({"<Player Name>"}) *checkchatting({"<Player Name>"}) Checks if the player is vending or in a chatroom. @@ -3570,6 +3570,13 @@ Examples: --------------------------------------- +*checkidle({"<Player Name>"}) + + Returns the time, in seconds, that the specified player has been idle. + Name is optional, and defaults to the attached player if omitted. + +--------------------------------------- + *agitcheck() *agitcheck2() |