Jump to content

Recommended Posts

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

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

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.

  • Like 2

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

×