I have a weight system; and say that the total weight is determined by your Strength and Endurance.
Would it lag a lot if I kept a constant check on that;
mob/proc
weightCalc()
while(src)
src.weightTotal = (10+(endurance*5)+(strength))
Something like that?
~Ease~