Is there any way to use the "Title" field as the display for the "Links To" list instead of Menu Text?
Posted: Wed Feb 16, 2022 4:29 pm
I want to use a specific emphasis to show when a dialogue option has previously been used. After a lot of poking and prodding I've found that this will work:
(if there's a better alternative to achieve the same result please let me know!!)
The drawback I have with this approach is that it gets very difficult to read when looking through the "Links To" field for the node directly beforehand. I have multiple options that all just start "lua (return Dialog..." and have to scan ahead to find what the actual Menu choice is. I thought if I filled in the Title field for the nodes that might solve the problem, but it looks like these are not used in the editor.
Is there any way around this? It's not stopping me from developing, it's just a bit of a pain.
Code: Select all
[lua(return Dialog[thisID].SimStatus == "WasDisplayed" and "[em5]Sorry![/em5]" or "Sorry!";)]
The drawback I have with this approach is that it gets very difficult to read when looking through the "Links To" field for the node directly beforehand. I have multiple options that all just start "lua (return Dialog..." and have to scan ahead to find what the actual Menu choice is. I thought if I filled in the Title field for the nodes that might solve the problem, but it looks like these are not used in the editor.
Is there any way around this? It's not stopping me from developing, it's just a bit of a pain.