2, is there a way to make a file in text that the user can edit (where hosted) so that he/she can add new things eg
(preset)
"item1","item2"
(addon)
"item1","item2","Reditem"
and when the game next starts loads these into a list
3, how do you check if a folder is in the same folder as the byond is running from eg
if(folder("[folder name]"))
Are you trying to say "resources" here, or "the .rsc"? "Rez" is a nonsense word here. Please be clear.
Yes, there is. Although abominably slow, ImportText() may be used for this purpose. Or if you like, file2text() can give you a little more fine control over the file format.
I don't quite follow. Can you clarify?
Lummox JR