Hey, I'm new to scripting.
Something i've noticed is when using the standard
someNpc.interact()
and the NPC is clipped by an object like a wall or tree,
someNpc.isVisible()
is true, even if the NPC cannot be seen. I'm assuming this is because the NPC is on the screen but simply behind an object.
Is there a method that works for object clipping or a way to move the camera so that the npc isn't clipped by anything?