I have a simple line of code that i can’t seem to figure out why it won’t work.
Variables.Saved.Set(“curRad”, - amount);
I wanna subtract my “curRad” saved variable from bolt with my int(amount).
But this logic currently just sets my curRad to whatever number my (amount) is.
I have tried so many other things aswell but i can’t seem to figure this out, a little pointer would be helpful.