Jump to content

DEV614

Member
  • Content Count

    104
  • Joined

  • Last visited

  • Medals

Posts posted by DEV614


  1. This mod is truly a masterpiece, and out of all of the AI mods I've tried (which I like to believe is all of them), this is my favorite. It actually incorporates bounding to an extant, the AI take cover intelligently for the most part, and the overwatch feature is wonderful. Exactly what I'm looking for in an AI mod. The only gripe I have is the group leaders get a little gung-ho and like to advance recklessly sometimes, which I assume has something to do with the moral system. If so, I have no complaints. Amazing system, regardless of any drawbacks. I'd love for the unit to advance as a squad and bound correctly without anybody going rambo. It'd be awesome if there'd be some way to incorporate fire team maneuvering within a larger squad as well, like filtering the roles within a squad and having four designated ft roles move at a time. I know nothing about scripting so this is all just wishful thinking, but your mod has come closest to achieving my vision. <3

     

    For those of you who want to get this up on a dedicated server, I use Tophe's Arma Dedicated Server Tool and set up the server as per usual and set up all of the mods, then under the 'Rules' tab, set "allowed file patching" to 2 and set verify signatures to none. I'm pretty sure it works, the debug came up on my dedi. I just now started experimenting.

     

    Also, is there a way to not run bCombat on certain groups/sides only? Something to put in a unit's init to not run bCombat would be wonderful. I seen something in bCombat.sqf that allows this, but it reads 'Alpha feature please don't change', so I'm wondering if that actually works.


  2. On 1/5/2017 at 5:34 PM, duda123 said:

     

    Yeah, we're working together on some stuff to make the two addons works seamlessly together.

     

    Here's how you can set a group's color (using the default colors):
     

    [_group,AIC_COLOR_RED] call AIC_fnc_setGroupColor;
    [_group,AIC_COLOR_BLUE] call AIC_fnc_setGroupColor;
    [_group,AIC_COLOR_GREEN] call AIC_fnc_setGroupColor;
    [_group,AIC_COLOR_BLACK] call AIC_fnc_setGroupColor;
    [_group,AIC_COLOR_WHITE] call AIC_fnc_setGroupColor;

     

    If you want some custom color, you can do that as well (array of numbers are RBB values - e.g. [1,0,0] is red):


    [_group,["CUSTOMCOLOR1",[1,0.5,0.5]]] call AIC_fnc_setGroupColor;

     

    You should be able to place these in unit init fields. e.g.

     

    [group this,AIC_COLOR_WHITE] call AIC_fnc_setGroupColor;

     

    Can't seem to get this to work. I get an error saying the "group" part is supposed to be an object, not a group. I tried just "this" to no avail as well.


  3. On 12/30/2016 at 2:28 PM, duda123 said:

     

     

    Yes, I would find this feature useful as well - either synchronizing waypoints or waiting for a radio command.

    Mad Cheese had go codes working with your AiC mod perfectly, and honestly it's an integral part of the game for me now. You should speak with him if you haven't already, C2/AiC collaboration would be legendary.

     

    Anyway, is there a way to predefine group colors on mission init?


  4. 2 hours ago, libriut99 said:

    Hi There

     

    I am having the same issue as previously posted.

    I have only CBA and HCC mods loaded , but In game I can't seem to get any of the menus for the HC groups. I've tried it with both pre-set groups and with groups set from my squad. The only command I do get is the create hc group.

     

    Am I missing something ?

     

    Thanks ,

     

    Libriut99 

     

    When in HC mode, press backspace before selecting a unit to bring up the HCC menu.


  5. 14 minutes ago, duda123 said:

     

    Have you verified the addon is loading by looking at your client log file?

    It's definitely loaded, your interface pops up it just has no functionality. I've even tried loading the game with no mods whatsoever, and loading AiC through a script and that did not work (interface popped up, command menu actions don't work). I've been checking my RPTs and the only thing I find pertaining to AiC are small error messages when trying to change team color. I noticed all your other mods have a line reading "Advanced Sling Loading loaded, Advanced Repelling loaded, etcc. and I do not see Advanced AI Command in that list, even though it definitely shows its path in the beginning of the RPT.

     

    This is a chunk from the end of my RPT when using the script version.

     

    Spoiler
    
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 7: '/cfgFunctions/AICommand/Main/initAICommand.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 8: '/cfgFunctions/AICommand/Main/initAICommandClient.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 14: '/cfgFunctions/AICommand/MapIcon/createMapIcon.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 15: '/cfgFunctions/AICommand/MapIcon/drawMapIcon.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 16: '/cfgFunctions/AICommand/MapIcon/mapIconDefinitions.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 22: '/cfgFunctions/AICommand/GroupData/addWaypoint.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 23: '/cfgFunctions/AICommand/GroupData/getAllWaypoints.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 24: '/cfgFunctions/AICommand/GroupData/getWaypoint.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 25: '/cfgFunctions/AICommand/GroupData/setWaypoint.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 26: '/cfgFunctions/AICommand/GroupData/disableWaypoint.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 27: '/cfgFunctions/AICommand/GroupData/disableAllWaypoints.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 28: '/cfgFunctions/AICommand/GroupData/waitForWaypointGoCode.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 29: '/cfgFunctions/AICommand/GroupData/sendWaypointGoCode.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 30: '/cfgFunctions/AICommand/GroupData/setGroupColor.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 31: '/cfgFunctions/AICommand/GroupData/getGroupColor.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 32: '/cfgFunctions/AICommand/GroupData/getAllActiveWaypoints.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 33: '/cfgFunctions/AICommand/GroupData/getGroupActions.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 34: '/cfgFunctions/AICommand/GroupData/setGroupActions.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 35: '/cfgFunctions/AICommand/GroupData/getGroupAssignedVehicles.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 36: '/cfgFunctions/AICommand/GroupData/setGroupAssignedVehicles.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 63: '/cfgFunctions/AICommand/CR/createCommandRadio.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 64: '/cfgFunctions/AICommand/CR/commandRadioSyncLoop.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 65: '/cfgFunctions/AICommand/CR/enableCommandRadioTask.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 66: '/cfgFunctions/AICommand/CR/takeCommandRadio.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 67: '/cfgFunctions/AICommand/CR/setRadioOwner.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 68: '/cfgFunctions/AICommand/CR/getRadioOwner.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 69: '/cfgFunctions/AICommand/CR/getRadioOwners.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 70: '/cfgFunctions/AICommand/CR/getOwnerRadio.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 71: '/cfgFunctions/AICommand/CR/isRadioOwner.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 72: '/cfgFunctions/AICommand/CR/taskDropRadio.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 73: '/cfgFunctions/AICommand/CR/syncCommandRadioTasksLocal.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 74: '/cfgFunctions/AICommand/CR/showCommandRadioMenu.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 75: '/cfgFunctions/AICommand/CR/showCommandRadioMenuLocal.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 76: '/cfgFunctions/AICommand/CR/setPublicVariable.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 77: '/cfgFunctions/AICommand/CR/getPublicVariable.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 113: '/cfgFunctions/AICommand/InteractiveIconMapElement/interactiveIconManager.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 114: '/cfgFunctions/AICommand/InteractiveIconMapElement/createInteractiveIcon.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 115: '/cfgFunctions/AICommand/InteractiveIconMapElement/drawInteractiveIcon.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 116: '/cfgFunctions/AICommand/InteractiveIconMapElement/handleInteractiveIconEvent.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 117: '/cfgFunctions/AICommand/InteractiveIconMapElement/interactiveIconEventHandler.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 118: '/cfgFunctions/AICommand/InteractiveIconMapElement/getInteractiveIconsByMapPosition.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 119: '/cfgFunctions/AICommand/InteractiveIconMapElement/removeInteractiveIcon.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 126: '/cfgFunctions/AICommand/GroupControlMapElement/getGroupIconType.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 127: '/cfgFunctions/AICommand/GroupControlMapElement/getGroupControlIconSet.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 128: '/cfgFunctions/AICommand/GroupControlMapElement/getGroupControlWpIconSet.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 129: '/cfgFunctions/AICommand/GroupControlMapElement/createGroupControl.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 130: '/cfgFunctions/AICommand/GroupControlMapElement/drawGroupControl.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 131: '/cfgFunctions/AICommand/GroupControlMapElement/groupControlEventHandler.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 132: '/cfgFunctions/AICommand/GroupControlMapElement/groupControlWaypointEventHandler.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 133: '/cfgFunctions/AICommand/GroupControlMapElement/groupControlManager.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 134: '/cfgFunctions/AICommand/GroupControlMapElement/showGroupReport.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 135: '/cfgFunctions/AICommand/GroupControlMapElement/removeGroupControl.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 141: '/cfgFunctions/AICommand/CommandControlMapElement/commandControlManager.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 142: '/cfgFunctions/AICommand/CommandControlMapElement/createCommandControl.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 143: '/cfgFunctions/AICommand/CommandControlMapElement/drawCommandControl.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 144: '/cfgFunctions/AICommand/CommandControlMapElement/commandControlAddGroup.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 145: '/cfgFunctions/AICommand/CommandControlMapElement/commandControlRemoveGroup.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 146: '/cfgFunctions/AICommand/CommandControlMapElement/commandControlEventHandler.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 147: '/cfgFunctions/AICommand/CommandControlMapElement/showCommandControl.description': Missing ';' prior '}'
    21:30:31 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 148: '/cfgFunctions/AICommand/CommandControlMapElement/sendGoCode.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 7: '/cfgFunctions/AICommand/Main/initAICommand.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 8: '/cfgFunctions/AICommand/Main/initAICommandClient.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 14: '/cfgFunctions/AICommand/MapIcon/createMapIcon.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 15: '/cfgFunctions/AICommand/MapIcon/drawMapIcon.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 16: '/cfgFunctions/AICommand/MapIcon/mapIconDefinitions.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 22: '/cfgFunctions/AICommand/GroupData/addWaypoint.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 23: '/cfgFunctions/AICommand/GroupData/getAllWaypoints.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 24: '/cfgFunctions/AICommand/GroupData/getWaypoint.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 25: '/cfgFunctions/AICommand/GroupData/setWaypoint.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 26: '/cfgFunctions/AICommand/GroupData/disableWaypoint.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 27: '/cfgFunctions/AICommand/GroupData/disableAllWaypoints.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 28: '/cfgFunctions/AICommand/GroupData/waitForWaypointGoCode.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 29: '/cfgFunctions/AICommand/GroupData/sendWaypointGoCode.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 30: '/cfgFunctions/AICommand/GroupData/setGroupColor.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 31: '/cfgFunctions/AICommand/GroupData/getGroupColor.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 32: '/cfgFunctions/AICommand/GroupData/getAllActiveWaypoints.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 33: '/cfgFunctions/AICommand/GroupData/getGroupActions.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 34: '/cfgFunctions/AICommand/GroupData/setGroupActions.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 35: '/cfgFunctions/AICommand/GroupData/getGroupAssignedVehicles.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 36: '/cfgFunctions/AICommand/GroupData/setGroupAssignedVehicles.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 63: '/cfgFunctions/AICommand/CR/createCommandRadio.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 64: '/cfgFunctions/AICommand/CR/commandRadioSyncLoop.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 65: '/cfgFunctions/AICommand/CR/enableCommandRadioTask.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 66: '/cfgFunctions/AICommand/CR/takeCommandRadio.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 67: '/cfgFunctions/AICommand/CR/setRadioOwner.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 68: '/cfgFunctions/AICommand/CR/getRadioOwner.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 69: '/cfgFunctions/AICommand/CR/getRadioOwners.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 70: '/cfgFunctions/AICommand/CR/getOwnerRadio.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 71: '/cfgFunctions/AICommand/CR/isRadioOwner.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 72: '/cfgFunctions/AICommand/CR/taskDropRadio.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 73: '/cfgFunctions/AICommand/CR/syncCommandRadioTasksLocal.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 74: '/cfgFunctions/AICommand/CR/showCommandRadioMenu.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 75: '/cfgFunctions/AICommand/CR/showCommandRadioMenuLocal.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 76: '/cfgFunctions/AICommand/CR/setPublicVariable.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 77: '/cfgFunctions/AICommand/CR/getPublicVariable.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 113: '/cfgFunctions/AICommand/InteractiveIconMapElement/interactiveIconManager.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 114: '/cfgFunctions/AICommand/InteractiveIconMapElement/createInteractiveIcon.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 115: '/cfgFunctions/AICommand/InteractiveIconMapElement/drawInteractiveIcon.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 116: '/cfgFunctions/AICommand/InteractiveIconMapElement/handleInteractiveIconEvent.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 117: '/cfgFunctions/AICommand/InteractiveIconMapElement/interactiveIconEventHandler.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 118: '/cfgFunctions/AICommand/InteractiveIconMapElement/getInteractiveIconsByMapPosition.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 119: '/cfgFunctions/AICommand/InteractiveIconMapElement/removeInteractiveIcon.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 126: '/cfgFunctions/AICommand/GroupControlMapElement/getGroupIconType.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 127: '/cfgFunctions/AICommand/GroupControlMapElement/getGroupControlIconSet.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 128: '/cfgFunctions/AICommand/GroupControlMapElement/getGroupControlWpIconSet.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 129: '/cfgFunctions/AICommand/GroupControlMapElement/createGroupControl.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 130: '/cfgFunctions/AICommand/GroupControlMapElement/drawGroupControl.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 131: '/cfgFunctions/AICommand/GroupControlMapElement/groupControlEventHandler.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 132: '/cfgFunctions/AICommand/GroupControlMapElement/groupControlWaypointEventHandler.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 133: '/cfgFunctions/AICommand/GroupControlMapElement/groupControlManager.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 134: '/cfgFunctions/AICommand/GroupControlMapElement/showGroupReport.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 135: '/cfgFunctions/AICommand/GroupControlMapElement/removeGroupControl.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 141: '/cfgFunctions/AICommand/CommandControlMapElement/commandControlManager.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 142: '/cfgFunctions/AICommand/CommandControlMapElement/createCommandControl.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 143: '/cfgFunctions/AICommand/CommandControlMapElement/drawCommandControl.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 144: '/cfgFunctions/AICommand/CommandControlMapElement/commandControlAddGroup.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 145: '/cfgFunctions/AICommand/CommandControlMapElement/commandControlRemoveGroup.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 146: '/cfgFunctions/AICommand/CommandControlMapElement/commandControlEventHandler.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 147: '/cfgFunctions/AICommand/CommandControlMapElement/showCommandControl.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 148: '/cfgFunctions/AICommand/CommandControlMapElement/sendGoCode.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 7: '/cfgFunctions/AICommand/Main/initAICommand.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 8: '/cfgFunctions/AICommand/Main/initAICommandClient.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 14: '/cfgFunctions/AICommand/MapIcon/createMapIcon.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 15: '/cfgFunctions/AICommand/MapIcon/drawMapIcon.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 16: '/cfgFunctions/AICommand/MapIcon/mapIconDefinitions.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 22: '/cfgFunctions/AICommand/GroupData/addWaypoint.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 23: '/cfgFunctions/AICommand/GroupData/getAllWaypoints.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 24: '/cfgFunctions/AICommand/GroupData/getWaypoint.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 25: '/cfgFunctions/AICommand/GroupData/setWaypoint.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 26: '/cfgFunctions/AICommand/GroupData/disableWaypoint.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 27: '/cfgFunctions/AICommand/GroupData/disableAllWaypoints.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 28: '/cfgFunctions/AICommand/GroupData/waitForWaypointGoCode.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 29: '/cfgFunctions/AICommand/GroupData/sendWaypointGoCode.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 30: '/cfgFunctions/AICommand/GroupData/setGroupColor.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 31: '/cfgFunctions/AICommand/GroupData/getGroupColor.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 32: '/cfgFunctions/AICommand/GroupData/getAllActiveWaypoints.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 33: '/cfgFunctions/AICommand/GroupData/getGroupActions.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 34: '/cfgFunctions/AICommand/GroupData/setGroupActions.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 35: '/cfgFunctions/AICommand/GroupData/getGroupAssignedVehicles.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 36: '/cfgFunctions/AICommand/GroupData/setGroupAssignedVehicles.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 63: '/cfgFunctions/AICommand/CR/createCommandRadio.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 64: '/cfgFunctions/AICommand/CR/commandRadioSyncLoop.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 65: '/cfgFunctions/AICommand/CR/enableCommandRadioTask.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 66: '/cfgFunctions/AICommand/CR/takeCommandRadio.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 67: '/cfgFunctions/AICommand/CR/setRadioOwner.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 68: '/cfgFunctions/AICommand/CR/getRadioOwner.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 69: '/cfgFunctions/AICommand/CR/getRadioOwners.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 70: '/cfgFunctions/AICommand/CR/getOwnerRadio.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 71: '/cfgFunctions/AICommand/CR/isRadioOwner.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 72: '/cfgFunctions/AICommand/CR/taskDropRadio.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 73: '/cfgFunctions/AICommand/CR/syncCommandRadioTasksLocal.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 74: '/cfgFunctions/AICommand/CR/showCommandRadioMenu.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 75: '/cfgFunctions/AICommand/CR/showCommandRadioMenuLocal.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 76: '/cfgFunctions/AICommand/CR/setPublicVariable.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 77: '/cfgFunctions/AICommand/CR/getPublicVariable.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 113: '/cfgFunctions/AICommand/InteractiveIconMapElement/interactiveIconManager.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 114: '/cfgFunctions/AICommand/InteractiveIconMapElement/createInteractiveIcon.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 115: '/cfgFunctions/AICommand/InteractiveIconMapElement/drawInteractiveIcon.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 116: '/cfgFunctions/AICommand/InteractiveIconMapElement/handleInteractiveIconEvent.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 117: '/cfgFunctions/AICommand/InteractiveIconMapElement/interactiveIconEventHandler.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 118: '/cfgFunctions/AICommand/InteractiveIconMapElement/getInteractiveIconsByMapPosition.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 119: '/cfgFunctions/AICommand/InteractiveIconMapElement/removeInteractiveIcon.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 126: '/cfgFunctions/AICommand/GroupControlMapElement/getGroupIconType.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 127: '/cfgFunctions/AICommand/GroupControlMapElement/getGroupControlIconSet.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 128: '/cfgFunctions/AICommand/GroupControlMapElement/getGroupControlWpIconSet.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 129: '/cfgFunctions/AICommand/GroupControlMapElement/createGroupControl.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 130: '/cfgFunctions/AICommand/GroupControlMapElement/drawGroupControl.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 131: '/cfgFunctions/AICommand/GroupControlMapElement/groupControlEventHandler.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 132: '/cfgFunctions/AICommand/GroupControlMapElement/groupControlWaypointEventHandler.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 133: '/cfgFunctions/AICommand/GroupControlMapElement/groupControlManager.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 134: '/cfgFunctions/AICommand/GroupControlMapElement/showGroupReport.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 135: '/cfgFunctions/AICommand/GroupControlMapElement/removeGroupControl.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 141: '/cfgFunctions/AICommand/CommandControlMapElement/commandControlManager.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 142: '/cfgFunctions/AICommand/CommandControlMapElement/createCommandControl.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 143: '/cfgFunctions/AICommand/CommandControlMapElement/drawCommandControl.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 144: '/cfgFunctions/AICommand/CommandControlMapElement/commandControlAddGroup.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 145: '/cfgFunctions/AICommand/CommandControlMapElement/commandControlRemoveGroup.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 146: '/cfgFunctions/AICommand/CommandControlMapElement/commandControlEventHandler.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 147: '/cfgFunctions/AICommand/CommandControlMapElement/showCommandControl.description': Missing ';' prior '}'
    21:30:35 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 148: '/cfgFunctions/AICommand/CommandControlMapElement/sendGoCode.description': Missing ';' prior '}'
    
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 7: '/cfgFunctions/AICommand/Main/initAICommand.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 8: '/cfgFunctions/AICommand/Main/initAICommandClient.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 14: '/cfgFunctions/AICommand/MapIcon/createMapIcon.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 15: '/cfgFunctions/AICommand/MapIcon/drawMapIcon.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 16: '/cfgFunctions/AICommand/MapIcon/mapIconDefinitions.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 22: '/cfgFunctions/AICommand/GroupData/addWaypoint.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 23: '/cfgFunctions/AICommand/GroupData/getAllWaypoints.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 24: '/cfgFunctions/AICommand/GroupData/getWaypoint.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 25: '/cfgFunctions/AICommand/GroupData/setWaypoint.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 26: '/cfgFunctions/AICommand/GroupData/disableWaypoint.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 27: '/cfgFunctions/AICommand/GroupData/disableAllWaypoints.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 28: '/cfgFunctions/AICommand/GroupData/waitForWaypointGoCode.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 29: '/cfgFunctions/AICommand/GroupData/sendWaypointGoCode.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 30: '/cfgFunctions/AICommand/GroupData/setGroupColor.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 31: '/cfgFunctions/AICommand/GroupData/getGroupColor.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 32: '/cfgFunctions/AICommand/GroupData/getAllActiveWaypoints.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 33: '/cfgFunctions/AICommand/GroupData/getGroupActions.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 34: '/cfgFunctions/AICommand/GroupData/setGroupActions.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 35: '/cfgFunctions/AICommand/GroupData/getGroupAssignedVehicles.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 36: '/cfgFunctions/AICommand/GroupData/setGroupAssignedVehicles.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 63: '/cfgFunctions/AICommand/CR/createCommandRadio.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 64: '/cfgFunctions/AICommand/CR/commandRadioSyncLoop.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 65: '/cfgFunctions/AICommand/CR/enableCommandRadioTask.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 66: '/cfgFunctions/AICommand/CR/takeCommandRadio.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 67: '/cfgFunctions/AICommand/CR/setRadioOwner.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 68: '/cfgFunctions/AICommand/CR/getRadioOwner.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 69: '/cfgFunctions/AICommand/CR/getRadioOwners.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 70: '/cfgFunctions/AICommand/CR/getOwnerRadio.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 71: '/cfgFunctions/AICommand/CR/isRadioOwner.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 72: '/cfgFunctions/AICommand/CR/taskDropRadio.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 73: '/cfgFunctions/AICommand/CR/syncCommandRadioTasksLocal.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 74: '/cfgFunctions/AICommand/CR/showCommandRadioMenu.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 75: '/cfgFunctions/AICommand/CR/showCommandRadioMenuLocal.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 76: '/cfgFunctions/AICommand/CR/setPublicVariable.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 77: '/cfgFunctions/AICommand/CR/getPublicVariable.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 113: '/cfgFunctions/AICommand/InteractiveIconMapElement/interactiveIconManager.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 114: '/cfgFunctions/AICommand/InteractiveIconMapElement/createInteractiveIcon.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 115: '/cfgFunctions/AICommand/InteractiveIconMapElement/drawInteractiveIcon.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 116: '/cfgFunctions/AICommand/InteractiveIconMapElement/handleInteractiveIconEvent.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 117: '/cfgFunctions/AICommand/InteractiveIconMapElement/interactiveIconEventHandler.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 118: '/cfgFunctions/AICommand/InteractiveIconMapElement/getInteractiveIconsByMapPosition.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 119: '/cfgFunctions/AICommand/InteractiveIconMapElement/removeInteractiveIcon.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 126: '/cfgFunctions/AICommand/GroupControlMapElement/getGroupIconType.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 127: '/cfgFunctions/AICommand/GroupControlMapElement/getGroupControlIconSet.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 128: '/cfgFunctions/AICommand/GroupControlMapElement/getGroupControlWpIconSet.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 129: '/cfgFunctions/AICommand/GroupControlMapElement/createGroupControl.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 130: '/cfgFunctions/AICommand/GroupControlMapElement/drawGroupControl.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 131: '/cfgFunctions/AICommand/GroupControlMapElement/groupControlEventHandler.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 132: '/cfgFunctions/AICommand/GroupControlMapElement/groupControlWaypointEventHandler.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 133: '/cfgFunctions/AICommand/GroupControlMapElement/groupControlManager.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 134: '/cfgFunctions/AICommand/GroupControlMapElement/showGroupReport.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 135: '/cfgFunctions/AICommand/GroupControlMapElement/removeGroupControl.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 141: '/cfgFunctions/AICommand/CommandControlMapElement/commandControlManager.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 142: '/cfgFunctions/AICommand/CommandControlMapElement/createCommandControl.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 143: '/cfgFunctions/AICommand/CommandControlMapElement/drawCommandControl.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 144: '/cfgFunctions/AICommand/CommandControlMapElement/commandControlAddGroup.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 145: '/cfgFunctions/AICommand/CommandControlMapElement/commandControlRemoveGroup.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 146: '/cfgFunctions/AICommand/CommandControlMapElement/commandControlEventHandler.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 147: '/cfgFunctions/AICommand/CommandControlMapElement/showCommandControl.description': Missing ';' prior '}'
    21:31:36 File C:\Users\devin\OneDrive\Documents\Arma 3\missions\no%20boddy.Stratis\AICommand\cfgfunctions.hpp, line 148: '/cfgFunctions/AICommand/CommandControlMapElement/sendGoCode.description': Missing ';' prior '}'

     

     


  6. Any idea why AiC would cease working for me? Tried it loaded by itself, still no dice. I'm currently using the x64 executable from the dev branch, but I've tried it on the main branch as well with no luck. I've used it on the x64 bit exe before I transferred my Arma location anyway so that shouldn't be the problem. I've verified my game cache and redownloaded it once so I know it's not on Arma's side. Could you think of any way moving Arma's file location could corrupt something with your mod?


  7. Just now, redarmy said:

    Yes its crewed,and im giving orders to btr,they dont execute them until units who were assigned dismount

    I remember having a similar problem with CDF units from CUP. After placing the waypoint for the BTR, try to click, drag, and place it somewhere near where you first had it. If that doesn't work, try giving the BTR two waypoints, then delete the first one. I have no idea if these will work, but it's worth a shot! Also, if you haven't already, unload the other troops, unassign the BTR crew from the BTR, then reassign them and have everybody else get in and retry. Are you able to give the BTR crew waypoints before the other group is loaded?


  8. 1 minute ago, redarmy said:

    This is a great mod,but im having an issue asigning infantry into an RHS BTR.After they get in,the BTR will not move when i issue waypoints until i order the group to dismount.

    Are they boarding a crewed BTR, or are they the only ones inside it? If so, I don't know how to help. If it's crewed, you would need to give the waypoints to the actual BTR crew.


  9. Just now, road runner said:

    It's not a problem to ask when asked in the right section, but you're inconsistent where you are posting issues, I've asked you several times for more info to try and be a help, but you're actually coming over quite aggressive in your responses, possibly down to translation issues.

    There is a section called troubleshooting, where you should be posting any performance issues NOT related to this topic, what you're doing in a way is spamming, and isn't helping you get whatever the problem you have with Arma 3 being fixed.

    I'm doing my best to try and help you here.

    I think you have me confused with someone else? I've never posted on the RHS topic about any issues... The mods flawless. The only thing I've really done is asked about upcoming content, basically requested something (my first time posting in the thread, mind you) in which I was answered, and corrected by someone other than you. If I come off as "aggressive" then I apologize, that's not my intent but I don't appreciate the condescending nature of your post and I'm about 98% sure you're referring to somebody else because I don't recall you asking me for more information at all, let alone "several times." I appreciate the information on where I should post my question, though, maybe lead with that next time. :wink_o:


  10. I don't know what I did, but Advanced AI Command has stopped working for me. I purchased a new SSD a few days ago and transferred Arma over to that drive, and since the switch I haven't been able to get AiC to work in game. Every other mod is fine, I'm just having trouble with this one. With just AiC loaded units pop up as they're supposed to on the map, and I'm able to click them and get the meu + the sitrep on the side of the screen, but none of the actions work for me, not even the "add waypoints" action. I got my hands on the beta version of the newest C2 Command & Control mod, which features AiC integration and I'm able to give my units standard waypoints using that mod, but again, the action menu provides nothing (can't change color, can't assign vehicle, can't set formation etc). Any ideas on where I goofed? Tried on both 32 and 64 bit clients, was working like a charm before I switched Arma's location.

     

    I use ACE and ALiVE, along with RHS but I've never had any issue with them before the location switch so I don't think they're part of the problem right now.


  11. 2 hours ago, da12thMonkey said:

     

    It'll be in 0.4.2. The RMR was made to go on top of the 6x TA648MDO that I modelled for RHS, that will also be in 0.4.2

     

    I thought I may as well include a version of the 4x ACOG TA31 with the appropriate mount for a RMR as well, since we had the RMR model and TA31. And we'd need the same piggyback mount if we plan to make a TA11SDO in future. May as well put it on the same texture sheet as the version with the rail mount, and get it all baked and textured at the same time rather than revisit it in X months or Y years.

     

    General Note (because people have a habit of reading too much in to things :icon_biggrin:): I'm not saying to anyone reading this thread that there is a TA11SDO currently in the works. So don't expect one any time soon, just because I made the RMR mount already.

    I'm excited! Hopefully you can fit that TA31 in the 0.4.2 update as well! Great work, man.

×