Hello, I created this account to ask a few questions about choicescript.
My first question is: Do variables transfer from the initial file onto the other ones? Their stats and what not.
My second is: Is it possible to have *if and *else outside of a *choice?
For example:
*label uno
*if (respect = 10)
You’re respected!
*else
You aren’t respected!
I can clarify more if that didn’t make sense.
My final question is can you display a variable inside a variable?
For example:
If I set fire “the fire is ${temp}” would that work?
If that isn’t very clear, I can elaborate more. Thanks everyone!