Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

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

edited July 2016 in Help! with 2.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!
Sign In or Register to comment.