Jump to content
  • 0

Epoch Sensors


Guest

Question

Hey anyone know what the position params are for the epoch sensors? 

 

class Item17
{
position[]={1608.0566,289.6774,7803.4854};   <----------- position is {x, y, z} ?
a=75;
b=75;
activationBy="WEST";
repeating=1;
interruptable=1;
age="UNKNOWN";
name="zonebanditmessage";
expCond="(player distance zonebanditmessage) < 75;";
expActiv="TitleText[""Now entering trader the Bandit Camp"",""PLAIN DOWN""]; canbuild = false;";
expDesactiv="TitleText[""Now leaving Bandit Camp"",""PLAIN DOWN""]; canbuild = true;";
class Effects
{
soundDet="arabian_market_1";
};
};
 
I'm trying to use it for another area. I'm trying to make a certain location un-loggable-like the traders.
 
Thanks!
 
 
 
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Found it and yeah you're right Mathew, this is from the Arma wiki - "In mission.sqm file are coordinates of objects in format [x, z, y] and z is height above sea level"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...