diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-04-13 23:55:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-05-05 22:22:05 +0300 |
commit | 8d732e3127434e576fe4a1203e609a8c6cc19cee (patch) | |
tree | 3349fee1fa29f2d15088780026fc8373bd91239f /doc/script_commands.txt | |
parent | ea7697ef7b2ef759d5fd612e919c029ea4a7fa05 (diff) | |
download | hercules-8d732e3127434e576fe4a1203e609a8c6cc19cee.tar.gz hercules-8d732e3127434e576fe4a1203e609a8c6cc19cee.tar.bz2 hercules-8d732e3127434e576fe4a1203e609a8c6cc19cee.tar.xz hercules-8d732e3127434e576fe4a1203e609a8c6cc19cee.zip |
Add commands getunittitle and setunittitle
This commands get/set title for non players bl
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 2aec07f29..cc49a9c0f 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -10441,3 +10441,18 @@ This value always smaller or equal to MAX_INVENTORY. Size can be changed by group of functions expandInventory* --------------------------------------- + +*getunittitle(<GID>) + +Return unit title string. +Works for 20180207 main clients, 20171129 re clients, 20171130 zero clients + +--------------------------------------- + +*setunittitle(<GID>, <title>) + +Set unit title string. +Invisible for players, because current implimentation using title id only. +Works for 20180207 main clients, 20171129 re clients, 20171130 zero clients + +--------------------------------------- |