diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-04-24 11:01:12 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-04-24 11:14:20 -0400 |
commit | 149f199fdd0483dfa3df89bed0fe49d95da59b27 (patch) | |
tree | cd48c6985189f39347539fca2163bb33a6aad023 /doc/script_commands.txt | |
parent | ab31b1129b0015559137509e0c3099386f1a69ee (diff) | |
download | hercules-149f199fdd0483dfa3df89bed0fe49d95da59b27.tar.gz hercules-149f199fdd0483dfa3df89bed0fe49d95da59b27.tar.bz2 hercules-149f199fdd0483dfa3df89bed0fe49d95da59b27.tar.xz hercules-149f199fdd0483dfa3df89bed0fe49d95da59b27.zip |
allow checkoption et al to check another player
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index e4df77051..7e23113c4 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3950,17 +3950,18 @@ things might in some cases be required. --------------------------------------- -*checkoption(<option number>) -*checkoption1(<option number>) -*checkoption2(<option number>) -*setoption(<option number>{, <flag>}); +*checkoption(<option number>{, <account id>}) +*checkoption1(<option number>{, <account id>}) +*checkoption2(<option number>{, <account id>}) +*setoption(<option number>{, <flag>{, <account id>}}); The setoption() series of functions check for a so-called option that is set on the invoking character. 'Options' are used to store status conditions and a lot of other non-permanent character data of the yes-no kind. For most common cases, it is better to use checkcart(), checkfalcon(), checkmount() and other similar functions, but there are -some options which you cannot get at this way. +some options which you cannot get at this way. If <account id> is given, +this player will be used instead of the invoking character. Option numbers valid for the first (option) version of this command are: |