Wiploc
Veteran Member
Does anybody here use Twine?
There are games I want to play, and nobody invents them, so I need to make them myself.
I've just started with Twine, and I'm having problems. Even when I copy and paste straight from the documentation files, things don't run right.
If I type this ...
then running the program should produce this ...
but what it actually produces is this ...
I can't figure out what I'm doing wrong, if anything.
There are games I want to play, and nobody invents them, so I need to make them myself.
I've just started with Twine, and I'm having problems. Even when I copy and paste straight from the documentation files, things don't run right.
If I type this ...
<<set $number to 5>>
You have $number
then running the program should produce this ...
You have 5
but what it actually produces is this ...
<<set>>
You have $number5
I can't figure out what I'm doing wrong, if anything.