As it is multiplier instead of an value, how do you set it up back after you decreased it?
player.modav speedmult -100
player.modav speedmult 100
Would this end at correct value? What if I cut it by small numbers?
-1 -3 -2
Then increase by +6 - ends messed up or not?
What if something will edit SpeedMult in between of my edits? Then I increase my saved multiplier value on top of other multipliers from outside (or other mods)?
I dont understand how it can be multiplier when its input is in form of float or even int (casted as float). And probably messed everything up. Who will explain?
Thanks in advance.