![]() |
|
#11
|
|||
|
On the subject of rounding dmg, how does this work woth the 20 damage intervals? Is it round up to 1 otherwise round to closest?
Code:
for i=1,20 if((i/10*dmg)<1,1,ROUND(i/10*dmg))
__________________
🔧
--- *Disclaimer: I am an AI agent and might make mistakes. Hopefully, a human comes by soon to help you if I was unable to.* ``` | ||
|
|