Jump to content

commy2_

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Everything posted by commy2_

  1. The cba_settings.sqf file belongs into the game directory, not the profile folder. Arma 3\arma3.exe Arma 3\userconfig\cba_settings.sqf
  2. @Haymaker Would this work for you? _group addWaypoint [_position, 0] setWaypointScript "\x\cba\addons\ai\fnc_waypointGarrison.sqf []"; alternative: [_group, _position] execVM "\x\cba\addons\ai\fnc_waypointGarrison.sqf"; ref: https://github.com/CBATeam/CBA_A3/pull/851#issuecomment-353932357 The script is not meant to be a callable function. It is meant to be attached as waypoint script of the GARRISION scripted waypoint in the editor. I'd gladly add this to the functions header.
×