Anyways
run<<("admins.txt")
OK how can I make it where I can open the host's file
Thanks for any help provided
-World Build
ID:272452
Jul 16 2008, 5:44 am
|
|
OK, In one of my games I have it where the host can add admins by using a TXT file in their host's files folder, and My problem is that I want to edit admins on the txt file, I only know some of the code, from watching my friend show me how to code
Anyways
run<<("admins.txt")
OK how can I make it where I can open the host's file Thanks for any help provided -World Build |
If you want to get the contents of the file, do something like this:
var/data = file2text("admin.txt") |
usr << "admins.txt"
Assuming that is a verb obviously.