Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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)