DomesticWarlord Community Developer Joined May 16, 2013 Messages 370 Reaction score 11 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 Staff member Joined Feb 27, 2011 Messages 5,381 Reaction score 388 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.
DomesticWarlord Community Developer Joined May 16, 2013 Messages 370 Reaction score 11 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.