hi all

i have this script from malyczolg

Code:
save(file)
{
                        guid = self getGuid();
			f=openfile(guid+".wp", "write");
			fprintln(f, self.lol);
// witam :)
			fprintln(f, self.rankc);
			fprintln(f, self.bash);
			fprintln(f, self.head);
			fprintln(f, self.pdeaths);
// yo
			fprintln(f, self.omg);
			closefile(f);
}
this saving with guid can i do this to name ? if i will edit to self.name this can be work ?