Jump to content
  • 0

creating a safe zone


carl101

Question

can anyone tell me what iv done wrong here as i cant see it while creating a safe zone

 

my rpt shows this error

 4:38:17 Error in expression <(Mello Vehicle/Parts Vendors) < 100; >
 4:38:17   Error position: <Vehicle/Parts Vendors) < 100; >
 4:38:17   Error Missing )

my section of the mission.sqm

	};
			};
			class Item10
		{
			position[]={2257.29,0.001,9464.83};
			a=100;
			b=100;
			activationBy="WEST";
			repeating=1;
			interruptable=1;
			age="UNKNOWN";
			name="IslandVehiclePartsVendors";
			expCond="(Mello Vehicle/Parts Vendors) < 100; ";
			expActiv="TitleText[""Now Entering Mello Vehicle/Parts Vendor"",""PLAIN DOWN""]; canbuild = false;";
			expDesactiv="TitleText[""Now Leaving Mello Vehicle/Parts Vendors"",""PLAIN DOWN""]; canbuild = true;";
			class Effects
			{
			};
		};
	};

cheers

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
    };
            };
            class Item10
        {
            position[]={2257.29,0.001,9464.83};
            a=100;
            b=100;
            activationBy="WEST";
            repeating=1;
            interruptable=1;
            age="UNKNOWN";
            name="IslandVehiclePartsVendors";
            expCond="(player distance IslandVehiclePartsVendors) < 100; "; //<- this is wrong
            expActiv="TitleText[""Now Entering Mello Vehicle/Parts Vendor"",""PLAIN DOWN""]; canbuild = false;";
            expDesactiv="TitleText[""Now Leaving Mello Vehicle/Parts Vendors"",""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...