Hi all,
I'm having trouble with placing some buildings from the editor upgrade 102. Whenever I place a 'castetowerlE', it comes up as a enemy for all east units.
I've tried setcaptiveing it, and it won't let me group it with a east unit.
I the mission.sqs, it says this:
class Item1
{
position[]={6456.700684,13.392748,8512.319336};
azimut=180.000000;
id=2;
side="EMPTY";
vehicle="AAA547";
skill=0.600000;
};
I've tried changing 'EMPTY' to 'EAST', but this does not work.
Does anyone know a way to stop a east unit firing or even taking notice of a castle tower?
Thanks.