Spyderbane
Well-known member
How can I perform an action if a skill is a class skill?
I was looking at adding this directly in a custom skill
but this throws an error
Any suggestions? I'm trying to add bonus points if it is a class skill.
Full code
I was looking at adding this directly in a custom skill
Code:
doneif (field[kClass].value <> 0)
Any suggestions? I'm trying to add bonus points if it is a class skill.
Full code
Code:
doneif (field[kClass].value <> 0)
var nPoints as number
nPoints = (#totallevelcount[] * 5)
field[Bonus].value += nPoints