Advertisement
ElectroEsper

LOOK TORKY! THAT AIN'T HARD! RIGHT!?

Apr 1st, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. _side = createCenter WEST; //Don't forget to create the center first, otherwise, if no WEST unit has been placed on the editor the group won't spawn
  2.  
  3. _grp1 = [getMarkerPos "inf1", _side, (configfile >> "CfgGroups" >> "West" >> "BLU_F" >> "Infantry" >> "BUS_InfSquad")] call BIS_fnc_spawnGroup;
  4. _grp2 = [getMarkerPos "inf2", _side, (configfile >> "CfgGroups" >> "West" >> "BLU_F" >> "Infantry" >> "BUS_InfSquad")] call BIS_fnc_spawnGroup;
  5. _grp3 = [getMarkerPos "inf3", _side, (configfile >> "CfgGroups" >> "West" >> "BLU_F" >> "Infantry" >> "BUS_InfSquad")] call BIS_fnc_spawnGroup;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement