diff options
author | gumi <git@gumi.ca> | 2018-06-15 09:41:35 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-06-15 10:28:05 -0400 |
commit | a1e86508ed517be79d27c9bc0e725e5b1df9cd50 (patch) | |
tree | cea20df2a6cc8fc0a5afcf5cd8a57a10893b9422 | |
parent | 0c666ccc332859f5fdcd3346165cc07c0503a7d4 (diff) | |
download | hercules-a1e86508ed517be79d27c9bc0e725e5b1df9cd50.tar.gz hercules-a1e86508ed517be79d27c9bc0e725e5b1df9cd50.tar.bz2 hercules-a1e86508ed517be79d27c9bc0e725e5b1df9cd50.tar.xz hercules-a1e86508ed517be79d27c9bc0e725e5b1df9cd50.zip |
update documentation following changes to buildin_readparam
-rw-r--r-- | doc/script_commands.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 36c4da35a..dae698702 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -2473,6 +2473,7 @@ arrays: --------------------------------------- *readparam(<parameter number>{, "<player name>"}) +*readparam(<parameter number>{, <account id>}) 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 @@ -6195,7 +6196,7 @@ Examples: @ /!\ This command is deprecated @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -Prevents the player from moving when the option != 0, and 0 enables the +Prevents the player from moving when the option != 0, and 0 enables the player to move again. The player has to be the account ID of a character, and will run for the attached player if zero is supplied. @@ -10068,4 +10069,4 @@ the available flags are: Opens the styling shop on client ----------------------------------------
\ No newline at end of file +--------------------------------------- |