View Single Post
ShadowWalker
Senior Member
 
Join Date: Jun 2014
Posts: 243

Old February 14th, 2017, 09:34 AM
Each weapon has a skill associated with it through a linkage.

Code:
field[wpNetAtk].value = linkage[Skill].field[sklML].value + field[wpBonus].value + field[wpPenalty].value
If the hero doesn't have the skill an error pops up. Is there a way to test the linkage to see if the skill exists before using the linkage?
ShadowWalker is offline   #1 Reply With Quote