OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: pazuzu on 21 May 2005, 00:19:29

Title: Info script
Post by: pazuzu on 21 May 2005, 00:19:29
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.
Title: Re:Info script
Post by: ProudPotter2490 on 21 May 2005, 00:31:18
Hey.
GUER is the correct way to pronounce the resistance. It stands for Guerilla. It would have been much easier to keep it as 'RES' though I agree ???.
ProudPotter2490 :afro:
Title: Re:Info script
Post by: pazuzu on 21 May 2005, 01:05:37
Great I was hoping that was right...


Thanks for replying so fast.