I searched the forum for days now and tried everything so this seems to be tough (or I am more stupid than i thought):
Here is the link to the http://internet-agentur-bodensee.com/uploads/gardenapp.capx
My game has one of those menus where you can choose an item and place it on an isometric map. Technically I want the clicked object (that specific object from the FAMILY) to be duplicated. A seemingly simple task.
Due to security reasons (I know...) its not possible to create an object by name, okay.
But its also not possible to create an object by UID? Why? And how can I solve the problem? There are going to be more than 200 different objecsts to place and I dont want to put in a click handler for every single one individually...
I also tried the nickname plugin, but it does not solve the problem because you still have to pick one sprite to name but I have to pick the object from a FAMILY. Due to obscure reasons the "Create object [FAMILY]" action creates an instance from a RANDOM family member and not the clicked one as you would expect.
Any help is greatly appreciated! Thanks in advance!