sbondo1234 6 Posted February 11, 2019 I have set up a dialog with some buttons. With one of the button I have made an Action like this: action = [] execVM "sg_places\sg_og.sqf"; I have checked so many times and that is definitely the correct directory to reach that sqf. Directory: teleport.hpp (the dialog with buttons) >> sg_places (folder) >> sg_og.sqf Is there anything else that can cause this error, because it should find the file it is definitely pointing in the right direction. Share this post Link to post Share on other sites
sbondo1234 6 Posted February 11, 2019 I have used the execVM command in the dev console in game and it finds the file and executes it.. Share this post Link to post Share on other sites
sbondo1234 6 Posted February 11, 2019 Ok turns out I solved this one myself. I had no idea that you had to type in the whole directory of the .sqf file right from where the mission.sqm is. I just wrote it out from where the dialog file was. 2 Share this post Link to post Share on other sites