Uh, failed to loadVars error?
Posted: Thu Feb 11, 2010 2:40 am
Hey what's up? Okay in my name input feature, it saves a text var...
saveVars("Example.ema", "saves");
Now, when I load those vars in another .dat file, (or another ged rather)
loadVars("Example.ema", "saves");
And put this script in a text actor
spritnf(text, "Hello %s", PlayerName);
It doesnt seem to display the players name at all. For some reason (though named the same), the string "PlayerName" is empty even after loading, someone help please
saveVars("Example.ema", "saves");
Now, when I load those vars in another .dat file, (or another ged rather)
loadVars("Example.ema", "saves");
And put this script in a text actor
spritnf(text, "Hello %s", PlayerName);
It doesnt seem to display the players name at all. For some reason (though named the same), the string "PlayerName" is empty even after loading, someone help please