Thread: player.loadvars
View Single Post
  #7  
Old 04-15-2009, 08:36 PM
LoneAngelIbesu LoneAngelIbesu is offline
master of infinite loops
LoneAngelIbesu's Avatar
Join Date: May 2007
Location: Toldeo, Ohio
Posts: 1,049
LoneAngelIbesu has a spectacular aura aboutLoneAngelIbesu has a spectacular aura about
Send a message via AIM to LoneAngelIbesu
Quote:
Originally Posted by Schetti View Post
I dont think this works, and also, because I hardly guess i didnt use correct.
It should work. You would need to use savelines() to save the file, though.

PHP Code:
function mySaveFunction() {
  
temp.notes MyMLTextGui.text;
  
temp.notes.savelines("myfolder/myfile.txt"1);

__________________
"We are all in the gutter, but some of us are looking at the stars."
— Oscar Wilde, Lady Windermere's Fan
Reply With Quote