when I open up te document it is a bunch of weird characters, I know that is the ways GE needs them so it can read them. but when I try to acces the saved text with the game I made it does nothing

- Code: Select all
if (Set == 1)
{
Name = text;
saveVars("Name", "MyNameAndPassword");
}
EDIT: by makslane