- Joined
- May 18, 2014
- Messages
- 4
- Reaction score
- 0
- First Language
- Italian
- Primarily Uses
More in specific, in this case I removed every skill in the tree except for the first, plus I removed 'Tree_Images' and 'Tree_Shift' for the second tree (so this is how you remove trees?) anyway, I've also set near skills to 0 and when I test the skill tree, if I try to move from the skill in the tree it gives me an error:
Script "Skill Tree" line 520: TypeError occured
no implicit conversion from nil to integer
and this is the line 520
draw_text(0, 0, self.width, line_height, Actor[actor_id][skill]['Desc1'], 0)
Script "Skill Tree" line 520: TypeError occured
no implicit conversion from nil to integer
and this is the line 520
draw_text(0, 0, self.width, line_height, Actor[actor_id][skill]['Desc1'], 0)

