In my project i have 2 types of objects.
1 is blocks
2 is inventory items
each of them have "id" var.
block "wood" (id 2) item "inv_wood (id 2)" and etc.
And to tie them I had to make "big" event with all of their "id's"
image 1
image 2
Is there a way to make sure that the system itself staring id of both objects and select the desired
For example:
On "Items" Drop ->
?"Items" [id] = "Blocks" [id] -> Create object "Blocks" at x y
I hope you understand me :3