Unkn0wn 10 Posted January 28, 2010 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
jw custom 56 Posted January 28, 2010 Not sure if this is what you need but here goes: http://www.filefactory.com/file/a2f9564/n/TriggerStuff.utes.zip Share this post Link to post Share on other sites
Unkn0wn 10 Posted January 29, 2010 THANKS Man that helped alot Share this post Link to post Share on other sites