Jump to content
Sign in to follow this  
Unkn0wn

Trigger Activating Trigger

Recommended Posts

Hi, I was Wonder if there was a way to make a trigger activate a file that has a position for a another trigger so it enables a trigger on the map when the first trigger is triggered so far i got a trigger on map with

null = execVM "Trigger US.sqf"

in the first trigger and i want it to activate another trigger this is what i have in the sqf file i am not sure if it is set up right tho

Trigger US.sqf

class Sensors
{
	items=1;
	class Item0
	{
		position[]={12198.323,168.43077,12598.066};
		a=15;
		b=15;
		angle=110;
		rectangular=1;
		activationBy="WEST";
		timeoutMin=5;
		timeoutMid=5;
		timeoutMax=5;
		interruptable=1;
		type="END6";
		age="UNKNOWN";
		class Effects
		{
		};
};

i basicly got it from the mission.sqm im not sure if it is right tho

help would greatly be apreciated

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  

×