I try using
opposed_pair Good
Evil
kinda stuff, and when i type;
*choice
#Do stuff
*set good %+10
#Do another stuff
*set evil %+10
then testplay it, even after I choose one of the option, the percentage of good and evil is not changed?
I try using
opposed_pair Good
Evil
kinda stuff, and when i type;
*choice
#Do stuff
*set good %+10
#Do another stuff
*set evil %+10
then testplay it, even after I choose one of the option, the percentage of good and evil is not changed?
I could be wrong here, but I don’t think you can ever increase or decrease Evil.
From what I’ve been playing around with in Chocescript IDE the only way I got it to work was by Increasing and Decreasing only Good.
Ex
*choice
#Do stuff
*set good %+10
#Do other stuff
*set good %-10.
But like I said could be wrong here…