Fransiskos2
December 28th, 2017, 22:56
Hi
I try to roll the attack roll, hitlocations and damage in one double click on the attack field in the combat manager. But as far as I can see the successes of the roll is calculated in control.throwDice(), so I can't see if the attack roll is a success, before I add the damage to the hitlocation.
Is there a way, where I can adjust the thowDice() function, so I can get it to call a function for hitlocations and damage if the attack roll is successful?
I try to roll the attack roll, hitlocations and damage in one double click on the attack field in the combat manager. But as far as I can see the successes of the roll is calculated in control.throwDice(), so I can't see if the attack roll is a success, before I add the damage to the hitlocation.
Is there a way, where I can adjust the thowDice() function, so I can get it to call a function for hitlocations and damage if the attack roll is successful?