Blockland Forums > Modification Help
**Reading** Text Files Using Functions
Flea:
Instead of starting a new topic i'll use this old one.
How would i go about reading a text files. I need to know how to read different lines, and sections of those lines. I also need to know how to make a GUI to pop up useing a slash command function.
Thanks for all the help so far.
Flea:
Thank you for your help Rudyman.
MrPickle:
Variable for persons name depends on what arguments you got, heres a few things it could be:
--- Code: ---%client.name
%obj.client.name
--- End code ---
There the ones i usually use.
Space Guy:
There's %client.netname and %client.lanname too, I think. %client.name is whichever one they are currently using. You could also store files by BL_ID.
Aloshi:
I think you need %file.save(%path); too. Could be wrong.