weird room observing issue
-
when I observe nearby rooms it doesn't always return them on the next tick,
in fact it returns it one time and doesn't on the next
not sure what's the reason for that
-
How does your code determine what to observe? Do you call the observeRoom() method every tick?
-
Yep, I call observeRoom() every tick, (I have a stored 'Unreachable Room' in memory and in the end of each tick I'm using that value)
-
Are you sure that you are also calling it when you see the room? It looks like you are only calling it if you can't see the room.