Hello,
I’m trying to detail the combatants class in the menu, does anyone know the text code for this, I can’t seem to figure it out?

Thanks

  • First you need the combatant component of combatant which you can get through GetComponent<<CombatantComponent>>(). Then it would be combatantComponent.combatant to get the combatant.

    You need to include GamingIsLove.ORKFramework3.Components
  • Hey, thanks for the response. I’m using Ork 2 and simply need to show which class the combatant is in the menu, I know how to show their level and name etc but not the class.
  • I’ve solved it. Added under combatant description and referenced from there.
Sign In or Register to comment.