• Visit Rebornbuddy
  • Add BgcArmyAction

    Discussion in 'Community Developer Forum' started by Zamphire, Jun 30, 2022.

    1. Zamphire

      Zamphire Member

      Joined:
      May 16, 2013
      Messages:
      349
      Likes Received:
      11
      Trophy Points:
      18
      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
       
    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,231
      Likes Received:
      364
      Trophy Points:
      83
      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.
       
    3. Zamphire

      Zamphire Member

      Joined:
      May 16, 2013
      Messages:
      349
      Likes Received:
      11
      Trophy Points:
      18
      Thank you very much. Engage was the main one I was interested in.
       

    Share This Page