Help With Hover displayText & Custom Char Names
Posted: Thu Sep 08, 2022 7:36 am
I have created custom names for characters & some hovers with the displayText.
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.
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.