Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

It turns out that I can use:

: set_string var = "name" text = "string";
: set_string var = "name" {("string")}

But I can't use:

: set_string var = "name" "string";
: set_string var = "name" text = {("string")}

I had tried using the last form and that's why it wasn't working.

I updated the document to show a second example of this (there was already one in there), but I made the second example more obvious.

https://adventuron.io/documentation/#QuickStartStringExpressions