View Single Post
Illyahr
Senior Member
 
Join Date: Feb 2013
Posts: 357

Old January 27th, 2020, 02:40 PM
Quote:
Originally Posted by Sendric View Post
Try this:

Code:
      var level as number
      var check as number
      var difficulty as number
      level = hero.childfound[xBind].field[Value].value
      check = level + #attrmod[aCHA]
      difficulty = 10 + #attrmod[aCHA] + round(level/2,0,-1)
That'll do it
Illyahr is offline   #959 Reply With Quote