ID:565892
 
(See the best response by Albro1.)
When I use winset() to change the text on a skin label it cuts off on spaces, exclamation marks, question marks, etc. I tried using underlines or hyphens but they show up normally.

Anyone know if it's possible to fix this? This is an example:

winset(src, "battlelabel", "text=Now Fight!"
Forgot to put a bracket on the end there but that's not the problem.
Best response
winset(src, "[window_name].battlelabel", "text = 'Now Fight!'")
Thanks Albro1 it works, appreciate it.
+1 his post! Just helps us see which posts were most useful, you see. Cheers.