QUOTE(千石 撫子 @ May 22 2014, 21:26)

You already addicted to auto function working lol.
Here's the pseudocode which I intend to... well, put into my spreadsheet.
if existbid >= 1000k then function (x)
else if existbid >= 300k then function ©
else if existbid >= 100k then function (B)
else if existbid >= 20k then function (a)
else startbid
function (a) = if newbid >= (existbid+10000) then return valid else return invalid
function (B) = if newbid >= (existbid+20000) then return valid else return invalid
function © = if newbid >= (existbid+50000) then return valid else return invalid
function (x) = if newbid >= (existbid*1.1) then return valid else return invalid
I've done similar stuffs for my attempt to make the hvabilities spreadsheet, and it sure is pretty tiring to re-coordinate them all.
And I'll try adding "if over 1000k then slash three digits to M suffix" if possible.
This post has been edited by LostLogia4: May 22 2014, 15:53