So, I wrote a class in c# in Unity to parse a string of a dice roll (Dice Notation) and within it a method to return an integer of the resolt ie.

int result = Dice.Roll("3d6+4")

Is there any way I can use this every so chuffing useful c# class/method within Ork formula?
  • You could probably write a custom formula step that makes use of it.

    It's been a while since I wrote one, so I'll have to dig around for the source code and see how I made my custom steps.
  • Thanks . Appreciated.
Sign In or Register to comment.