does not work
i am guessing for security purposes.. but this needs to be modified.
lets say this is a file..
[code=Contents of levels/file.txt]
clientr.var1=244
account=Boop
[/code]
and if i do player.loadvars("levels/file.txt") it should pretty much set player.clientr.var1 to 244 (setting the flag) but not do account (because thats a reserved variable)
but it should allow to create new or modify custom variables
k fix this
thx