Skill tree

I was wondering if anyone has used or made a defold game with a skill tree. If so if someone could provide a link to a game with a skill tree feature that would be great as i am trying to incorporate a skill tree into my game.

A nested table structure would work quite well to represent a skill tree in Lua. And remember that functions are values and can easily be incorporated as triggers for the skills or as locks to certain parts of the tree.

2 Likes

okay thanks :slight_smile: