Epoch Napf marker problem

Shane_Martin

New Member
Hi,

Trying to add a marker to my ai island which raises two barriers and deletes two razor fences, code below:

Code:
expActiv=["this","gate1 animate [""bargate"",0]; gate2 animate [""bargate"",0]; {deleteVehicle _x} forEach crew razor1 + [razor1]; {deleteVehicle _x} forEach crew razor2 + [razor2]",""];

However, I'm getting this error in the rpt:

Code:
Error context nimate [""bargate"",0];{deleteVehicle _x} forEach crew razor1 +[razor1];{deleteVehicle _x} forEach crew razor2 +[razor2]", ""];

ErrorMessage:File mpmissions\dayz_epoch_24.Napf\mission.sqm, line 1501:'/Mission/Sensors/Item10.gate2':'a' encountered instead of'='

Can anyone help, what am I missing here?

When I am testing in the mission editor it is working fine.

Many thanks,

Shane
 
Back
Top