I’m having trouble with… opposed_pair kind-rude
The error I’m getting is that the rude stat is not increasing when I have programmed it to increase by +5 but it still shows 50. But when I go ahead with a choice which gives +5 in kind, that increases.
In startup file, I have created:
*create kind 50
*create rude 50
Note: If I don’t create one of them, I’m getting an error of “Non-existent variable”
And in choicescript file, I have made the opposed_pair
In the main chp, I have mentioned that if a player selects option A
*set rude +5
*set kind +5
