Well, i am really
I have this for my enemy NPC spawning:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
...
_Center = createCenter east;
_Center setFriend[west,0];
...
_Group = createGroup _Center;
_Loc = markerPos _sSpawnMarkerName;
_Unit = _Group createUnit [_sNPCName, _Loc, [], -1, "NONE"];
...
i'm new to scripting for ARMA so i could be using the wrong methods.
I use it because if i don't use the setFriend EAST won't attack me. Or is this wrong.. seemed to work !
regards,
stevie