hovered Show("displayTextScreen", displayText = "[m1_name]")
If I do this as shown above, it displays the name literally. [m1_name]
If I remove the quotes & brackets, it works.
However, it fails when using multiple words as well as 's.
hovered Show("displayTextScreen", displayText = m1_name's Car)
I have tried multiple things & I just can't get it to work.
If you can help, I would appreciate it.
Thank you for your time.