Hello!
I have some characters based on a template. When I start the layout I load the config from the Json and call a function that changes the sprites to the frame, size and color I want.
I have 3 sizes: Adult, Kid and baby. For the baby, additionaly to the sizing I wanted to modify the scale of the arms and head.
this is the intended result.
The problem I found is that when I try to load it by the condition for the body scale (since the condition doesn't exist I stored it as a var) It affects all the bodies, not just the "baby". I only could make it work by a trigger like 'on drag' or "on drop" but not in the normal loading where it should be :/
Any ideas on how to trigger this?