Hi all!
what could be the problem? error : incountered instead of '='
the lines:
class Item1 {
name = "tradezone_z";
position[] = {18454.9,0.148972,14272.8};
a = 100;
b = 100;
angle = -130.966;
2058 line: activationBy = "ANY";
repeating = 1;
interruptable = 1;
age = "UNKNOWN";
expCond = "(vehicle player) in thislist;";
expActiv = "[""ESpawn"",[""you have entered the safe zone.""]] call bis_fnc_showNotification; _safeZoneFiredEH = player addEventHandler ["Fired", { deleteVehicle (_this select 6); }];";
expDesactiv = "[""EuSpawn"",[""you went with the safe zone.""]] call bis_fnc_showNotification; player removeEventHandler["Fired", _safeZoneFiredEH];";
class Effects{};
};


