Open
Description
When moving across the map using map engine, objects take on different ids. Because ids are not fixed, then using functions such as oamSetVisible(id, OBJ_HIDE) does not allow you to target a specific object since the ID changes all the time.
For example, I set oamSetVisible(1, OBJ_HIDE) to hide my second object. Then when I move across the map different objects taking on an ID of 1. The problem ends up being that each of those other objects then become hidden as well.
It would be nice to be able to specify object IDs when using the map engine so that we can reference a specific ID in functions such as oamSetVisible.
Metadata
Metadata
Assignees
Labels
No labels