edited July 2014 in ORK Support
This should allow me to set the value of any status: combatant.Status[i].SetBaseValue(val);

But there doesn't seem to be a combatant.Status[i].GetName(); function. So how can I get the name of the status via script?
  • You can get the name (and other information) through the settings of the status value:

    string name = combatant.Status[i].Setting.GetName();
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.