ID:179726
 
How would i save Tmp vars in a save code
As far as I know, tmp vars aren't saved when you save a complete mob. "File << mob" type saving.

So, what you'd want to do is save the var seperately.
"File << var". Or, assuming my idea is just plain wrong, make a totally new variable and give that variable the value of the one you want to save, then save the new variable.