changelook

Break San

New member
Messages
240
Points
0
Location
França
What use number for the command chagelook to equip an aura mouth equipment ?

Code:
changelook number, idview; 
 
Last edited by a moderator:
What use number for the command chagelook to equip an aura mouth equipment ?

changelook number, idview; 
For example:

Code:
changelook VAR_HEAD_BOTTOM,2314; // Changes "head bottom" to use the sprite with for example view id 2314 (aura mouth equipment)Here are the possible look types:0                   - Base sprite1 - VAR_HEAD        - Hairstyle2 - VAR_WEAPON      - Weapon3 - VAR_HEAD_TOP    - Head top4 - VAR_HEAD_MID    - Head mid5 - VAR_HEAD_BOTTOM - Head bottom6 - VAR_HEADPALETTE - Hair color7 - VAR_BODYPALETTE - Clothes color8 - VAR_SHIELD      - Shield9 - VAR_SHOES       - Shoes
 
Last edited by a moderator:
Back
Top