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.

Spell Tomes

Introduction
This allows you to have tomes (or whatever you make them) teach you skills.

Demo
Download here.

Instructions
You will have to make another conditional branch for each character, like to add Gloria so she can learn the skill, add another conditional branch like the existing ones, but replace the actor in them with Gloria. Like this:
Code:
[COLOR=Blue]@>Conditional Branch: [Gloria] is [Tome of Fireball] inflicted[/COLOR]
            [COLOR=Blue]@>Conditional Branch: [Gloria] is [Fireball] learned[/COLOR]
              @>Text: Gloria has already learned this skill.
              [COLOR=DeepSkyBlue]@>Change State: [Gloria], - [Tome of Fireball][/COLOR]
              [COLOR=Blue]@>Exit Event Processing[/COLOR]
              @>
        [COLOR=Blue]Else[/COLOR]
              @>Gloria learned Fireball!
              [COLOR=DeepSkyBlue]@>Change Skills: [Gloria] + [Fire][/COLOR]
              [COLOR=DeepSkyBlue]@>Change State: [Gloria], - [Tome of Fireball][/COLOR]
              [COLOR=Blue]@>Exit Event Processing[/COLOR]
              @>
        [COLOR=Blue]Branch End
     Else
Branch End[/COLOR]
Compatibility
Works with the default battle system for sure, not tested with other battle systems. Edit: Works with all battle systems, but the monsters can attack you while the text is there with an ABS.


Thanks To
xephyr14 for the idea. :)
 
Will work with all systems, including TBS and ABS.

With ABS there is a bug, monsters can atk you while the typing goes through.
 

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