So basically, I have a page that is suppose to "update" its text based on the link chosen by the Player.
The way I have it set up is this:
"What's your name, kid?"
"My name...?"
%%REBOUND%=%1%"My name is Ax..."%%%%REBOUND%=%2%"You first..."%%
With two links that both loop back to the page with the above text, one that changes %REBOUND to 1 and another that changes %REBOUND to 2.
But when I go in to test it, where there should be blank space (since %REBOUND starts at 0) there is the number 0, and whenever I try to click a link, I get an error message.
Am I doing something wrong? If so, please help me out! Thanks in advance!