rounddown for a calculation
ok after 2hrs of trying to research and trial and error ive come back to the community to help me out please. trying to get a number rounded down using custom calc. my formula is:
var v1 = this.getfield("STR"); var v2 = this.getfield("StrItem"); var v3 = this.getfield("RageStrMod"); event.value = roundDown((v1 + v2 /2)+ v3);ive tried other formulas but nothing seems to work. any help is appriciated!
