Difference between revisions of "Getlook"
From Hercules Wiki
Dastgirpojee (Talk | contribs) (Created page with "== Syntax == * getlook(<type>) == Description == This function will return the number for the current character look value specified by type. See 'setlook' for valid ...") |
m (Minor formatting update.) |
||
Line 1: | Line 1: | ||
== Syntax == | == Syntax == | ||
− | * | + | * '''getlook'''(<type>) |
== Description == | == Description == | ||
Line 8: | Line 8: | ||
== Examples == | == Examples == | ||
− | + | To see '''getlook''' used in an example script, see [[changelook]]. | |
[[Category:Script Command]] | [[Category:Script Command]] |
Latest revision as of 17:12, 6 November 2013
Syntax
- getlook(<type>)
Description
This function will return the number for the current character look value specified by type. See 'setlook' for valid look types.
This can be used to make a certain script behave differently for characters wearing certain styles/colors. :)
Examples
To see getlook used in an example script, see changelook.