RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Limiting skills in 2003

0 Members and 1 Guest are viewing this topic.

********
Rep:
Level 96
2011 Most Missed Member2010 Zero To Hero
What I want to do is make it so that any given party member can learn up to and NO MORE THAN 60 different skills. If they want to learn new ones, they have to replace old ones. How would I do that?

********
moew
Rep:
Level 91
Queen Princess
2013 Most Missed Member2012 Most Missed Member;o hee hee <3For being a noted contributor to the RMRK Wiki
Well, if your character learn skills through events that add the skill, you could make the event add a point to a variable called, like, "#0001: Hero 1 Skills". A simple fork condition could then check the variable and see if it goes over 60. However, if you have the characters learn it through levels I doubt you can help it. And if they're learning through skill books then I doubt that would work either since it's impossible to "raw-check" the number of skills a character has.
:taco: :taco: :taco:

********
Rep:
Level 96
2011 Most Missed Member2010 Zero To Hero
Skill books. Drat. Maybe I could make it throw a switch instead, and have that call a common event.