Jump to content
Sign in to follow this  
Sardinia

Simple question... ending mission in a .sqf

Recommended Posts

Using

/////////////////////////////////////////////////////////////////////////////////////////////////

playMusic "Music3";

Player sideChat "Overlord This is Grab Team Requesting Helo For Prisoner Extract Over.";

sleep (5);

player sideChat "Grab Team This Is Overlord Stand-by.";

sleep (5);

"extract" setmarkeralpha 1;

Player sideChat "Grab Team This Is Overlord Request Granted, Click A Suitable LZ On Map.";

/////////////////////////////////////////////////////////////////////////////////////////////////

MapClicked = false;
onMapSingleClick "ex1 move _pos; onMapSingleClick ''; true;"
ex1 flyinheight 15;

////////////////////////////////////////////////////////////////////////////////////////////////

sleep (2);
playmusic "Music4";
player sideChat "LZ Recieved Super6/8 Inbound.";

///////////////////////////////////////////////////////////////////////////////////////////////

sleep (15);
player sideChat "Overlord to Grab Team, Job well done boys. Come on home.

sleep (5);

hint "Mission Accomplished!"

sleep (5);

As a script activated by a radio call, what do I end it with to well end the mission?

I know how to end one with a straight trigger but dont know the script command

Share this post


Link to post
Share on other sites
gracias. I searched end and came up empty. Crappy wiki search

Yep. What i do is getting on the main scripting page (here) and use my browser search engine.

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  

×