Hello! I've been looking through the forums and haven't seen anything similar, so I made this post.
When using the Nine Verbs Interface, when you pass over a hotspot it highlights the first action possible on the UI. However, I would like to be able to adjust the amount of verbs it highlights, so it can display all of them, zero, etc.
Sadly I've looked through the code but haven't found anything, which is why I'm making this post hoping I can get some direction on where this is happening code wise.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
The highlighting occurs in the NineVerbsInterface script, around line 90. Iterating through each MenuInteraction element, it updates the colours based on the element relying on the active Hotspot's default icon:
To have this work for each available icon, you'd need to:
Something along the lines of:
¡Hi!
Sorry for the late delay, quite busy, but just wanted to pop by and say this worked wonders, thank you!