Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

[VX] Skills Help

I am making a game, which includes many different skills. These skills need to level up when their EXP hits a certain point. But how do I tell the game "When [Var1-EXP]=>100, Make [Var2-Lv]=2" but it can happen at almost any moment, how do I have that running in the background?
 
If at any moment means at any moment on the map, then you only need it in Scene_Map.update ; if you have a battle scene as well, where characters can level u, you need it in Scene_Battle.update as well. If you have mainly battle-wise levelups and only level-up on maps by called events, don't consecutively check for the exp, but include it in the exp raising method / event script.

This is one of the things I'd rather script than event really, and I figure you did the latter... in that case, if you want to keep it to events, you'd have to have parallel processing events in both map and battle scenes, which is done by adding a common event and one event in every enemy troop set... I think (I never really messed with the event version, since RGSS is so much easier).
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top