OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started 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.
-
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:
-
Great I was hoping that was right...
Thanks for replying so fast.