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.