Blockland Forums > Modification Help
exec all files? "exec("./*.cs");"
MegaScientifical:
--- Quote from: tyler0 on June 07, 2011, 11:22:42 PM ---yea this could be helpful in the future. Thanks.
You gave me exactly what i needed. Thanks
--- End quote ---
His way was the shorter way I was thinking of, actually. :panda:
Destiny/Zack0Wack0:
Like this is a bit better:
--- Code: ---for(%file=findFirstFile("Add-Ons/*/server.cs");isFile(%file);%file=findNextFile("Add-Ons/*/server.cs"))
--- End code ---