Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Like...?

strings {
   already_done : string "I've already done that.";
   }

(from example source code in sticky)

Use it like...

: print ref="already_done";
(1 edit)

No, programmatically, from within a command. Like so:

: match "set string"  {
    set_string( "test_string" = "test" )
}

Much in the same way you can set booleans or integers