21 lines
443 B
Plaintext
21 lines
443 B
Plaintext
Scriptname IchirouRMOverlayTattoos extends RaceMenuBase
|
|
|
|
function OnBodyPaintRequest()
|
|
;Body, Legs, Arms
|
|
AddBodyPaint("Womb - Dragons", "Ichirou\\RM Overlays\\Ichirou Tats\\Dragonwomb.dds")
|
|
AddBodyPaint("Arms - Dragons", "Ichirou\\RM Overlays\\Ichirou Tats\\DragonArms.dds")
|
|
endFunction
|
|
|
|
;function OnWarpaintRequest()
|
|
;Face
|
|
;endFunction
|
|
|
|
;Event OnFeetPaintRequest()
|
|
;Feet
|
|
;EndEvent
|
|
|
|
;Event OnHandsPaintRequest()
|
|
;Hands
|
|
;EndEvent
|
|
|