Quantcast
Channel: Help! with 2.0 - Twine Forum
Viewing all articles
Browse latest Browse all 1844

Is there a way to generate a variable using the contents of another variable? (Harlowe)

$
0
0
I'm trying to create a variable using the contents of a previously existing variable. So in theory:
(set $num to "$var")
(set (print: $num) to "string")

...would give me a variable $var containing the string "string". Except that doesn't work.

Is there any way to set this up to dynamically create new variables without me explicitly authoring every single one of them? Thank you!

Viewing all articles
Browse latest Browse all 1844

Trending Articles