My text will not save, the files show up, but it will not
Posted: Sat Feb 03, 2007 9:05 pm
save...
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 here is the draw actor event for one of the text actors
EDIT: by makslane
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 here is the draw actor event for one of the text actors
- Code: Select all
if (Set == 1)
{
Name = text;
saveVars("Name", "MyNameAndPassword");
}
EDIT: by makslane