Hi again every one? i was wondering if its posible limit the max number of skill leraned, for example only can learnd 9 skill, and then
when you want to learn an another skill the system ask you for forget and older one or not learn that skill, i lookin inside the original
system scripts but i rally lost here, i try whit cristal engine but dont work along whit my battle sistem.
Anyone have any ideas? Thanks! :unsure:
how to limit the max skill learn and ask for forget and older one [ACE]
● ARCHIVED · READ-ONLY
-
-
if you don't use level gained skills but learn all skills by events, then you can check a variable "skills learned" per actor and have the player forget or learn skills by event commands.
in all other cases (skills gained by level or by features), you'll need scripts to check the number of skills learned and then you can either use event command or scripts to remove excess skills. -
i was trying something like shin megami tensei, limit the number of skill per actor and learn by level
letting the player decide which strategy to take, i used the Crystal Engine – Move Limit, but i dosnt work
with my battle sistem, i read what you post and give a try... I still do not quite understand how to use variables, but
im used to the common events is so just try. thanks. -
Variables are one of the most important and most basic elements if you want your game to contain more than the simplest quests - you can't even count how many items a player has collected without using variables.I still do not quite understand how to use variables,
I suggest http://forums.rpgmakerweb.com/index.php?/topic/10099-variables-guide/ before you continue working on your game...