Page 1 of 1

hairs and hats

Posted: 14 Jan 2016, 19:40
by vercin
hi
i want understand how work the hairs with the helmets and hats with the scypts.

</replace>
<replace direction="left" sprite="hair">
<item from="-13"/>
<item from="-14" to="-16"/>
<item from="-15" to="-8"/>

Re: hairs and hats

Posted: 14 Jan 2016, 20:27
by gumi
<replace> allows to replace one item to another (only visually)

from="X" to="Y" means replace item X for item Y
from="X" means replace item X for item 0 (removes the item)
to="Y" means replace any item to item Y

Re: hairs and hats

Posted: 14 Jan 2016, 20:56
by Reid

Re: hairs and hats

Posted: 14 Jan 2016, 22:51
by vercin