First, I must say I know literally nothing about scripting. So I think I'll describe what I've been doing manually(no script) and see if anyone knows of a script that will do it for me.
I have been keeping track of the scores given to each variable per link(this is what I would love scripting to do for me as it's a lot of work). Then whenever I come to a point where I need the player's variable score to determine what link options they receive(typically ranging between 1 of 2 or 1 of 3).
What I have been doing is taking the highest possible score of each variable and subtracting 15 from it to get the number to use in the link restriction. And the type I use in link restrictions for this sort of thing is going to be either > or <
So it looks something like this: (X represents highest possible score for that variable)
Variable A> X - 15 --->link sends player to Page A
Variable A< X - 15 --->link sends player to Page B
Basically I would love to find a script to calculate the X -15 automatically for me, then make the right link appear/dissapear. If there isn't anything like this, I'll just keep doing it manually. Just thought I'd ask since I'm only on chapt 3 and have between 5-7 more to go XD
If my explanation is confusing, just tell me and I'll try to reword it.