summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnnieRuru <jeankof@ymail.com>2016-01-06 16:38:43 +0800
committerHaru <haru@dotalux.com>2016-01-16 19:57:34 +0100
commita1310e2d8c098fcbeb485314a4bafa5d6659be7e (patch)
tree7ebba2392df11cbf008b24e4bb9402cc89c2433e /doc
parente3c680b76bf2d13de6286f3b486d946b25b7bdb1 (diff)
downloadhercules-a1310e2d8c098fcbeb485314a4bafa5d6659be7e.tar.gz
hercules-a1310e2d8c098fcbeb485314a4bafa5d6659be7e.tar.bz2
hercules-a1310e2d8c098fcbeb485314a4bafa5d6659be7e.tar.xz
hercules-a1310e2d8c098fcbeb485314a4bafa5d6659be7e.zip
Remove VAR_ constants
- there are 2 same constants for setlook script command, remove the wrong one - VAR_ constant added by lone_wolf is invalid https://github.com/HerculesWS/Hercules/commit/f4278f36db32f35e535a0ea8feb1cf83ca95019e, so use the LOOK_ constant
Diffstat (limited to 'doc')
-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 130e5b5f6..709aa39dd 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: