Is it possible to get construct to recognize expressions from an external file? Such as a text file containing "Hey" & Player.Name & "How are you?"
Develop games in your browser. Powerful, performant & highly capable.
It won't take it, but you can either put the value into a variable, or parse the text file.
Set t= "Hey %playername%, How are you?" Set text to replace(t, "%playername%", Player.Name)