I'm using the add_object function to add an object to an empty tile on the map at runtime. However, I'd like to be able to add an object to the same location the player is currently on, but add_object doesn't allow it.
Basically, I want to know if it's possible to create objects, or other entities, at runtime, for example using a NEW operation or something similar. I haven't found it in the documentation or on the forums.
I always try to find the answer myself before asking.
It would be very useful to be able to create entities at runtime.
Thanks you very much.