summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-21 20:08:28 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-21 20:08:28 +0300
commit4642c0b216ac36b277f13ac0c5f5b70017140426 (patch)
treee71d057f62daf50083ab8ff149188f02cd87d52f /doc/script_commands.txt
parent8941ad1893710eaa1ad8d32e37fc40a15d5218d3 (diff)
downloadserverdata-4642c0b216ac36b277f13ac0c5f5b70017140426.tar.gz
serverdata-4642c0b216ac36b277f13ac0c5f5b70017140426.tar.bz2
serverdata-4642c0b216ac36b277f13ac0c5f5b70017140426.tar.xz
serverdata-4642c0b216ac36b277f13ac0c5f5b70017140426.zip
Update docs and constants from hercules.
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 130e5b5f..709aa39d 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -4530,13 +4530,13 @@ the look value).
// This will change your hair(6), so that it uses palette 8, what ever
// your palette 8 is, your hair will use that color.
- setlook VAR_HEADPALETTE, 8;
+ setlook LOOK_HAIR_COLOR, 8;
// This will change your clothes(7), so they are using palette 1,
// whatever your palette 1 is, your clothes will then use that set of
// colors.
- setlook VAR_BODYPALETTE,1;
+ setlook LOOK_CLOTHES_COLOR, 1;
Here are the possible look types: