This is my line of code
tree[forLoop][...] returns an integer by Table's default. The error i get with this line is
Line ....: Relational comparission (this isnt my typo its a typo in the compiler lol) between special type and native type
i dont understand.. help? (this is before JASShelper's conversion of structs into vanilla JASS)
JASS:
if tree[forLoop][4+ ((NUM_OF_DATA + 1) * heroIndex)] > currentTalentPoints[playerId] then
tree[forLoop][...] returns an integer by Table's default. The error i get with this line is
Line ....: Relational comparission (this isnt my typo its a typo in the compiler lol) between special type and native type
i dont understand.. help? (this is before JASShelper's conversion of structs into vanilla JASS)