There's a strange bug in my code.
M. Skills [skillID]. Base+ = Value;
If value = 0.8 or some other values, it will fail.
most of which can be successful.
1.png
1.png
Value is valid in Skill's Base set function
1.png
But his Set function in BaseFixedPoint will become 7 again.
1.png
Who knows how to solve!
I've debuged it countless times.
 
Back