Captinlarry 0 Posted January 24, 2022 I had a Function wrote by a friend that I need to call in a MP mission file. The Function is saved in the file already in a sub folder called functions and is called fn_MoveObject.sqf How would I go about calling this function in an SQF? Also is there a better way to call an sqf on a MP mission than "call{Ham addaction [ "Check in with the Sergeant", { "HamTalk.sqf" remoteExec ["execVM", 2];}];};" Share this post Link to post Share on other sites
mrewok 47 Posted January 26, 2022 Hello there , there is a few thing to setup for a function : https://community.bistudio.com/wiki/Arma_3:_Functions_Library#Adding_a_Function (see Function Declaration). If you still have trouble after reading this you should provide more infos , like what you are trying to do , what you have setup (config sqf etc) ... Share this post Link to post Share on other sites