We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to do this?
The text was updated successfully, but these errors were encountered:
Since this was a one-off, I did a really hacky:
setInterval(function() { can_add_points = used < total; }, 50)
And altered the method to do that:
self.addPoint = function() { if(self.canAddPoints() && window.can_add_points) self.points(self.points() + 1); }
A better method would be nice though, so I'll leave the issue open. I imagine it's something 99% of people designing a skill tree need?
Sorry, something went wrong.
Hello there,
Has there been any solution to this issue yet? I couldn`t make popey456963s solution work.
No branches or pull requests
Is there a way to do this?
The text was updated successfully, but these errors were encountered: