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