I am having trouble with two of my events in-game.
You can see an image of the two events below.
( i.imgur.com/0joFQRU.png )
The first one is supposed to trigger when you can see an NPC, but not an item. However, that is not the case. A bit of testing has shown that the event triggers when I disable:
Is Not On Screen > Stage_Item
Implying that there is an item on-screen... except for the fact that there are none. To make things even more confusing, the second event doesn't trigger either. If the only think stopping the first event from triggering is the second condition, why doesn't it trigger the second event? How can an object be both on-screen and off-screen at the same time?
Can anyone tell me what's going on here, or how to fix it? I'm not using third party plugins, and I haven't been able to replicate the issue in another CAPX; which is why I haven't submitted a bug report. Is there something I'm missing here?