Jump to content
Sign in to follow this  
Ish

Creating a "scroll menu" to call for a chopper.

Recommended Posts

I'm working on a zombie mission, and could use some help with this. I need a script that gives you a scroll menu when near object X and I need it to call in an evac chopper. I'm not a total beginner when it comes to scripting, but could use some help. I don't even know where to begin with this one :confused:

Share this post


Link to post
Share on other sites

Well for that you would have to use the: addAction command. To create what you want you could try this:

Create a trigger over the intended area with this in its activation:

{evac = _x addAction ["Call for evac", "EvacScript.sqf"]} forEach thisList;

In your EvacScript you would have all the necassary code that would initiate the evacuation :)

Share this post


Link to post
Share on other sites

Thanks :) Will try this.

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  

×