Skip to main content
itch.io
Browse Games
Game Jams
Upload Game
Developer Logs
Community
Log in
Register
Indie game store
Free games
Fun games
Horror games
Game development
Assets
Comics
Sales
Bundles
Jobs
Tags
Game Engines
Adventuron CaveJam
»
Community
Viewing post in
Can you set the value of strings?
← Return to jam community
Garry Francis
6 years ago
(+2)
Try this:
: set_string var = "test_string" text = "new string";
Polyducks
6 years ago
Perfection! Thank you!