Hello,
It's been quite a while since I had a question, I have been pausing, too... Now I am trying to continue what i was working on and I ran into another problem and I hope someone may know the answer.
I am trying to collect coins... The StoryInit has this in it as a starting point:
<<set $coin to "0">>
... now in further passages, I am making my character find coins or earn them ... therefore it tried this:
<<set $coin += 1>>
The problem is that it makes the print out of the variable be 01 and then in later passages 011 and so on...
But I want it to really count like 1 and in the later passage 2 and then 3 and so on, anyone knows what I am missing here?
Thank you in advance...
Peppermint