I have a NPC that is counting trees in a forest and I only want a specific dialogue option to appear when he is in any of the 4 exterior cells. Using GetInCell only works for interior cells so I made Locations for the 4 exterior cells and used GetInLoc to set the conditions. This doesn't work as the dialogue option is always present even when NPC is far away from the cells I have set conditions for. These are the conditions I am using... https://skydrive.live.com/?cid=b60c11d037429d8e#cid=B60C11D037429D8E&id=B60C11D037429D8E%21428
Advice needed please.