whisper 0 Posted December 8, 2006 can't you <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">call compile preprocessFile "weatherthingy.sqf"If the code is function OR <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">[] execVM "weatherThingy.sqf"if your code is a script? (ie contains "sleep" commands, things like that) Share this post Link to post Share on other sites
-UMPC-Hunter 0 Posted December 10, 2006 in my opinion a spawn compile command can't compile the preproccesed code immediadly because the script is not compiled yet Maybe you need to prepocces first, save the content in a variable and call it later. Share this post Link to post Share on other sites