I'm using the AI Information Sharing script by General Barron & it requires a couple lines in the init file but is setup for west v east. In my mission the players are resistance so I was wondering if this is how I would change the syntax:
{[_x, GUER_units, east_units] exec "infoShare.sqs"} foreach GUER_units
{[_x, east_units, GUER_units] exec "infoShare.sqs"} foreach east_units
Is GUER the proper way to type it for res side?
Thanks.