diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-05-27 18:06:26 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-05-28 11:48:13 -0400 |
commit | f89da71c4480a6d2924351fb9e5a26e2f593e9a5 (patch) | |
tree | 758902b8f29a946a398270529e4bc592b040a396 /doc | |
parent | cb3e2f5f3b91d0a1f7711eff9c10ae9a655a74f2 (diff) | |
download | hercules-f89da71c4480a6d2924351fb9e5a26e2f593e9a5.tar.gz hercules-f89da71c4480a6d2924351fb9e5a26e2f593e9a5.tar.bz2 hercules-f89da71c4480a6d2924351fb9e5a26e2f593e9a5.tar.xz hercules-f89da71c4480a6d2924351fb9e5a26e2f593e9a5.zip |
document previously undocumented parameter of getparam
Diffstat (limited to 'doc')
-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 0ba350ad1..8b8326862 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -2451,7 +2451,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 |