Jump to content

no sensor for the aircraftdealer?


JoSchaap

Recommended Posts

just found that the AWOL airfield dealer has no sensor area in the mission.sqm.

is there any special reason for that?

 

 

 

ive added it myself. for those interested:

 

go to the sensors category in mission.sqm and raise the items count from 9 to 10

 

class Sensors
    {
        items=10;

 

below the Boat2 sensor add:

 

        class Item9
        {
            position[]={15128.379,19.974716,16421.879};
            activationBy="WEST";
            repeating=1;
            interruptable=1;
            age="UNKNOWN";
            name="AWOL";
            expCond="(player distance awol) < 75;";
            expActiv="TitleText[""Now Entering Aircraft Vendor"",""PLAIN DOWN""]; canbuild = false;";
            expDesactiv="TitleText[""Now Leaving Aircraft Vendor"",""PLAIN DOWN""]; canbuild = true;";
            class Effects
            {
            };
        };
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...