The Combat Text System is created on Start during runtime. It can be accessed to allow custom character controllers to display their damage dealt to Emerald AI agents.
Users must include the Emerald AI namespace at the top of their script in order for the CombatTextSystem class to be visible.
usingEmeraldAI;
You can then call the CreateCombatText function which allows custom player damage with the following code: