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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...