Zamphire Community Developer Joined May 16, 2013 Messages 365 Jun 30, 2022 #1 Could we please get a method to cast the BgcArmyActions for Squadrons, i.e. Engage, Disengage, etc? They don't seem to show up in ActionManager
Could we please get a method to cast the BgcArmyActions for Squadrons, i.e. Engage, Disengage, etc? They don't seem to show up in ActionManager
mastahg Administrator Joined Feb 27, 2011 Messages 5,355 Jul 2, 2022 #2 ActionManager.DoAction(ActionType.Squadron, 1, target) //Engage ActionManager.DoAction(ActionType.Squadron, 2, target) //disengage/re-engage ActionManager.DoAction(ActionType.Squadron, 4, target) //lb 3 would be re-engage but I would avoid casting that manually as it is not an ability that is draggable onto the hotbar.
ActionManager.DoAction(ActionType.Squadron, 1, target) //Engage ActionManager.DoAction(ActionType.Squadron, 2, target) //disengage/re-engage ActionManager.DoAction(ActionType.Squadron, 4, target) //lb 3 would be re-engage but I would avoid casting that manually as it is not an ability that is draggable onto the hotbar.
Zamphire Community Developer Joined May 16, 2013 Messages 365 Jul 3, 2022 #3 mastahg said: ActionManager.DoAction(ActionType.Squadron, 1, target) //Engage ActionManager.DoAction(ActionType.Squadron, 2, target) //disengage/re-engage ActionManager.DoAction(ActionType.Squadron, 4, target) //lb 3 would be re-engage but I would avoid casting that manually as it is not an ability that is draggable onto the hotbar. Click to expand... Thank you very much. Engage was the main one I was interested in.
mastahg said: ActionManager.DoAction(ActionType.Squadron, 1, target) //Engage ActionManager.DoAction(ActionType.Squadron, 2, target) //disengage/re-engage ActionManager.DoAction(ActionType.Squadron, 4, target) //lb 3 would be re-engage but I would avoid casting that manually as it is not an ability that is draggable onto the hotbar. Click to expand... Thank you very much. Engage was the main one I was interested in.