I'm currently trying to mess with mercenary corruption values. (since there's only one way to raise it atm, and it's a huge grind)
I can't seem to get the input right, can someone sanity-check this.
SugarCube.State.variables.is_15
This is the string that lets me address Is_15 (Aiko) and it shows me several of her stats automatically when I input this.
But how do I change those values?
Except when I try that now, it says 'Unexpected Token ['
But if I try without the brackets, it says 'Unexpected Number'
FYI, Corruption is position 16 on the array.
I just don't know how I'm supposed to input that.
I can't seem to get the input right, can someone sanity-check this.
SugarCube.State.variables.is_15
This is the string that lets me address Is_15 (Aiko) and it shows me several of her stats automatically when I input this.
But how do I change those values?
According to my own post from earlier, you add the array-position in square-brackets, then =, then the desired value.For future refrence, SugarCube.State.variables.is_1.[3]=18
Also for future refrence: There's no content for it anyway.
Except when I try that now, it says 'Unexpected Token ['
But if I try without the brackets, it says 'Unexpected Number'
FYI, Corruption is position 16 on the array.
I just don't know how I'm supposed to input that.