Jump to content

Recommended Posts

I'm trying to run the command

 

"END1" BIS_fnc_endnission; 

 

And it gives me the error "Missing ;". Anyone know what I can do? I'm not a very experienced scripter.

Share this post


Link to post
Share on other sites

I think you forgot the call command. So it should look like:

 

"END1" call BIS_fnc_endmission;

 

Also make sure that you have defined your ending in your description.ext if you want to do a custom ending!

  • Like 1
  • Thanks 1

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

×