diff options
author | Haru <haru@dotalux.com> | 2017-06-03 18:41:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-03 18:41:29 +0200 |
commit | f795a6df2766348d2a7f43f48e392b3cf3008781 (patch) | |
tree | 0bfee4f6fb230e14ff0ebd816c4f1a47c1345140 /doc/script_commands.txt | |
parent | caebdf44507fcd345b63211588fbe607fefd0d78 (diff) | |
parent | 0e30a97cb5629ee3c600fc2cdbc1ed9f0bc69636 (diff) | |
download | hercules-f795a6df2766348d2a7f43f48e392b3cf3008781.tar.gz hercules-f795a6df2766348d2a7f43f48e392b3cf3008781.tar.bz2 hercules-f795a6df2766348d2a7f43f48e392b3cf3008781.tar.xz hercules-f795a6df2766348d2a7f43f48e392b3cf3008781.zip |
Merge pull request #1747 from mekolat/param2
patch for readparam()
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index e4f7e24a1..28e25679f 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -2466,7 +2466,7 @@ arrays: --------------------------------------- -*readparam(<parameter number>) +*readparam(<parameter number>{, "<player name>"}) This function will return the basic stats of an invoking character, referred to by the parameter number. Instead of a number, you can use a |