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)?