I’m having some sort of trouble with %+/- command.
Namely, the code is set as %-5, so it should in theory substract the appropriate amount off the given stat, or at least that’s the way I understand it. Instead, it continues to add to a given stat as if I used %+5.
Any guidelines on how to solve the problem would be greatly appreciated. c:
Okay, writing *set [stat] %- 5 should produce an error that say something like “could not extract token”, because you can’t use brackets ([]) in a stat name.
Quick investigation reveals that now, for some reason, toughness doesn’t increase… but it doesn’t decrease either (when faced with %-5). The same applies to other stats I’ve checked.
Yup. For example, having a scene earlier which increased it from 10 to 19, I went for an option that should decrease it by the unfortunate %-5. No change occured, it was still 19.
Embarrassing as this might be to say, that seems to have helped. >.>
Anyway, I suppose that problem is out of the way. Thanks for help. I need to get a proper feeling on this fairmath, so it doesn’t grow too big too early as well.