i've just recently implemented the navigation bar feature, and it's all working, mostly
things like exits, combatants, boxes, shops etc all display as expected
but i'm using custom interactions to display extra things like hotels and whatnot. i tick "Custom Selection" in the HUD element definition and set "Custom Type" to, for instance, "hotel". i then select the relevant interaction object and select "Custom Interaction" as the interaction type, with "Custom Type" set to "hotel"
now, if the player starts off on the same scene as the hotel then the appropriate marker doesn't display in the navbar. however, if he leaves the scene and then returns, the marker magically appears
soooo, is there any way to fix it so that it displays right away, or is there a different method i should use to mark these things?