Jump to content
Sign in to follow this  
bensch

exec a sqf File in a sqf File?

Recommended Posts

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 by Bensch

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×