aryx 10 Posted September 22, 2013 I have a question towards the "preprocessFileLineNumbers" parameter. In the Tutorial at http://community.bistudio.com/wiki/preprocessFileLineNumbers it says that ' _string = preprocessFileLineNumbers "/loadme/myFunction.sqf" ' is there also a parameter or a way to make preprocessfilelinenumber to function as ' _string = preprocessFileLineNumbers "myFunction" ' or ' _string = preprocessFileLineNumbers "loadme/" ' ? thanks in regards. Share this post Link to post Share on other sites
xxanimusxx 2 Posted September 22, 2013 o_O What do you want to achieve with that? You can just preprocess single files with this command, what you need is something like "preprocessFilesLineNumbers" and that doesn't exist. There is no command which automatically fetches all files from a folder, you must specify a single file to preprocess or load/include. You could, however, write a DLL which scans the specified folder for sqf-files and returns them to you (it is possible, I made something like this some months ago). Share this post Link to post Share on other sites