I built a fairmath calculator in ChoiceScript to help me figure out what the maximum value would be for certain stats (to help with achievements). If anyone else wants to use it, here you go
https://dl.dropbox.com/s/uczp4433id7imt0/FAIRMATH%20CALCULATOR.html
Cool, now I don’t need to use a pen and paper when calculating scene variables
A clever idea, makes me ponder what other useful gadgets could be made that aren’t games… Bookmarked for future use. Thank you.
Awesome :)!
Aha! I had vague memories that someone had built a fairmath calculator and I was looking around for it. This seems like a really good idea, so thanks @gkkiller
Here’s another that’s on Dashingdon, since Dropbox is evil:
https://dashingdon.com/play/lucid/fairmath/mygame/index.php?cb=32429
Lucid , it it not a lot of trouble, could you let us choose the value of the variable?
You bet. There you go.
Hey lucid, if you try to decrease %-50, it instead increase %+50.
Oops. Fixed.
Hey lucid, sorry to bother you again but every other decrease stat is actually increasing instead:
#Decrease by %-5
*set variable %+5
*goto Fair_loop
#Decrease by %-10
*set variable %+10
*goto Fair_loop
#Decrease by %-20
*set variable %+20
*goto Fair_loop
Oops. Fixed.
That first calculator I had up was the one I used to mess around with it, but it was easy enough to make that I threw together the current one when asked. I hope that’s all correct now. I didn’t spend any time testing or looking at it.