Quote:
Originally Posted by The_Kez
Well like I said if I have to I don't mind storing it in the MUD sys, it's not a big deal. I do want to know the cause of the problem though so if I need client and clientr vars for something else later, I don't have this problem.
I fixed the stat issue, for some reason if I use clientr.( "dynamic_" @ var ); then it will reset the variable to zero. But if I say makevar ( "clientr.dynamic_" @ var ); then it works just fine and nothing resets. I don't see why that should make a difference?
|
Because it should be clientr.(@ "dynamic_" @ var);
