bensch 1 Posted February 8, 2013 (edited) Hey Guys, It's possible to exec a sqf File in a sqf File? :-) I want create diffrent crate"presets" to fill my crates diffrently, but I don't want every time to crate new sqfFiles. Example: cratexyz.sqf (in that File I want exec crate_rangetables.sqf and crate_vision.sqf) crate_rangeTables.sqf crate_vision.sqf Cheers, Bensch Edited February 8, 2013 by Bensch Share this post Link to post Share on other sites
zooloo75 834 Posted February 10, 2013 Of course it's possible :) execVM "cratexyz.sqf"; execVM "crate_rangeTables.sqf"; execVM "crate_vision.sqf"; Share this post Link to post Share on other sites