Hi there! I am a returning writer from years ago so I’ve forgotten quite a few things and my memory would appreciate refreshing a bit.
Is there a way to create a string of text without an input? Something like
string CITY = "New York"
so when I write something like “I live in [CITY]”, it spells out “I live in New York”.
The idea is to put several of these under a button at the start, so this choice will impact quite a few things later on. This would be rather compact way to code.
Character customization and name choosing with an input comes after.