This page describes how to set up the Dialogue System with Kronnect's Compass Navigator Pro 2.
Compass Navigator Pro 2 copyright © Kronnect.
Lua Function | Description -------------------------------—|---------— poiSetVisible("name", true|false) | Sets a POI's visibility true or false. poiSetVisited("name", true|false) | Sets a POI's visited status true or false. poiIsVisited("name") | Returns true if the POI has been visited.
Note: "name" is the GameObject name of the POI.