Cannot Save float values

I’m trying to save some float values for soldiers, and it works on all the floats, except for 2 of them.

Can someone tell me what I’m doing wrong?

Here’s the golden rules of using savegames:

You only need to make a savegame ONCE. From then on, you only read or write.

Your problem here is you’re making a new save game every time you want to save, so it will be empty…

I was able to fix it, by copying some different Floats and renaming them. But thanks for the help anyway