diff options
author | Streusel <advance_me@hotmail.de> | 2013-02-10 19:47:34 -0800 |
---|---|---|
committer | Streusel <advance_me@hotmail.de> | 2013-02-10 19:47:34 -0800 |
commit | aac4234c5cbc791cf4b127bd5d64db97bd384430 (patch) | |
tree | 6d026a70514d13ae95bb6dcd7205716a3dfb15c9 /doc/script_commands.txt | |
parent | 4495b78c59df97b516695fdccffad91deb98ad3b (diff) | |
parent | 56a20bb18d6fde61bb82cf160a131eb54d464148 (diff) | |
download | hercules-aac4234c5cbc791cf4b127bd5d64db97bd384430.tar.gz hercules-aac4234c5cbc791cf4b127bd5d64db97bd384430.tar.bz2 hercules-aac4234c5cbc791cf4b127bd5d64db97bd384430.tar.xz hercules-aac4234c5cbc791cf4b127bd5d64db97bd384430.zip |
Merge github.com:Mysteries/Hercules
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() |