PDA

View Full Version : jesse - load/save onto own computer?


blue
12-14-2001, 07:14 PM
rite i need to know how a client side can load variables from a txt file they saved on their own computer before?

and do i need to tell them to make a txt file, save it and rename it so the script can find it?own own

Jesse
12-18-2001, 03:03 AM
the fscommand "save" is what you use to save them, and then just loadVariables to load them.
fscommand ("save","filename.txt");
works on PCs only.