I want to replace certain tags in my text with stuff.
Here's an example if the users name is flippy
"Ah nice to meet you <usernames>!"
Should be replaced with
"Ah nice to meet you flippy!"
Lucky you, there is a replace expression :)
construct.net/en/make-games/manuals/construct-3/system-reference/system-expressions
set text to > replace("hello <username>", "<username>", "flippy")
Hmm, the following isnt working
Edit: I changed it to when the array is finished being download, still isnt working
Can you see the image? it isnt showing for me while my edit message is up the top, however when i move the edit message to the bottom, you can no longer see that.
Just encase, here
Develop games in your browser. Powerful, performant & highly capable.
Never mind fixed it myself