Hi all,
I'm trying to set the texture of child links in a link set programatically. Since there are many possible textures, i'd like to keep them all only in parent's inventory, instead of having them all in each and every child's inventory.
I got to set a child's texture calling llMessageLinked from the parent's script and getting it with link_message event from the child's receiving script. But that works ONLY if the texture is in child's inventory.
Any idea or workaround about this issue will be very welcome.
Thanks,