Hi all,
I am trying to create a function that will handle a "loot drop". Essentially I would like to reuse the function and pass in which object I would like the function to spawn. The snag is that I cant pass an object into a function because it only lets me spawn a selected object, not spawn object by name.
Has anyone found a workaround for this?
It is REALLY frustrating.