Thread: text files
View Single Post
  #10  
Old 10-27-2006, 09:35 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
I found an method by searching for "savelines" :O
btw, Yen posted about this in that thread I found :]

PHP Code:
temp.obj = new TStaticVar();
with (temp.obj)
  
this.player_money "test";
temp.obj.savevars("levels/options/playermoney/.txt"0); 
sendtorc("/refreshfilelist"); 
works, but it adds all this:
HTML Code:
joinedclasses=
player_money=test
scriptlogmissingfunctions=false
timeout=0
will that change anything to it (when adding more, editing it, using it in a script)?
__________________

Last edited by Chompy; 10-27-2006 at 09:46 PM..
Reply With Quote