I can't send you the error message RN, but I have the code and I remember the error message a little...
This is what I wrote (I tried to add happiness to this method):
def CalcStat (base,level,happiness,iv,ev,pv)
return (((base*2*iv*level/100).floor+5)*(pv/100))*happiness).floor+ev
end
The...