You could do something like%path = "add-ons/script_blah/folder/*.cs";for(%f = findfirstfile(%path); isfile(%f); %f = findnextfile(%path)) exec(%f);
Because i'm transferring the content from the server to the client I don't think that will be a problem.
No. If it's not going to be in a function then it should use a global variable. Especially if it's using a for statement.
And how are you even doing this?
Not at all.
No. If it's not going to be in a function then it should use a global variable. Especially if it's using a for statement.$path = "Add-Ons/Script_Blah";for($file = findFirstFile($path @ "/*.cs"); isFile($file); $file = findNextFile($path @ "/*.cs")){ exec($file);}deleteVariables("$path");deleteVariables("$file");
faulty thoughts are faulty
I do not remember the command that updates events.