Thanks to Sethaniel and the other posters that helped me, I've managed to set up the Variables in my game and correct my links. The problem I'm having now is that I want to use those Variables to limit or enable a player's next move by combining them in a script... and I have no idea how to do that. The closest I get are some hints that I can do this from the Beginner's Section for Scripting and that it could be possible with pre-page load scripting (courtesy of the Intermediate Scripting guide), but actual implementation is eluding me.
The goal is to somehow get it so that when the page shows a CHALLENGE SCORE the following is run:
Result = (CHALLENGE SCORE - AWARENESS - 1d(TENSION))
If Result >= 0:
Disable bad link (the link to the "YOU FAILED" section)
elif Result < 0:
Disable good link (the link to the "SUCCESS" section)
The problem is that I have no understanding of how to do that in this format or even know if it can be done at all. Any assistance I could get with this would be greatly appreciated :) Thanks again CYS community!