diff options
author | shennetsind <notind@gmail.com> | 2013-02-10 19:48:17 -0800 |
---|---|---|
committer | shennetsind <notind@gmail.com> | 2013-02-10 19:48:17 -0800 |
commit | dff5f3f362f09dbeb8d60b19a4d53d34ca1f8087 (patch) | |
tree | 6c3aa9dfa71e3c4e464fc86f611c40088bf8edd3 /doc/script_commands.txt | |
parent | 7a8857cbf73d589ded8ef7bcf000063ad0ef1432 (diff) | |
parent | 56a20bb18d6fde61bb82cf160a131eb54d464148 (diff) | |
download | hercules-dff5f3f362f09dbeb8d60b19a4d53d34ca1f8087.tar.gz hercules-dff5f3f362f09dbeb8d60b19a4d53d34ca1f8087.tar.bz2 hercules-dff5f3f362f09dbeb8d60b19a4d53d34ca1f8087.tar.xz hercules-dff5f3f362f09dbeb8d60b19a4d53d34ca1f8087.zip |
Merge pull request #9 from Mysteries/master
Fixed a few Typos and merged rAthena changes
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() |