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.

Problem with SephirothSpawn's Stat Skills

hello everyone.
i decided to use sephirothspawn's stat skills, instead of his skill shop.
but i ran into some errors...
when i define the stats here
Code:
  #--------------------------------------------------------------------------
  # * Stat Dependent Skills (Based off ID)
  #  ~ actor_id => {skill_id => {stat_name => req_amt, ...}, ...}
  # * Stat Names
  #  ~ hp, sp, str, dex, agi, int
  #--------------------------------------------------------------------------
  Stat_Dependent_Skills_Actor = { 1 => {1 => {str => 5}}
  }

i get an error when i testplay my game.
an error in line 51 occurs. it says undefined variable. line 51 is this:

Stat_Dependent_Skills_Actor = { 1 => {1 => {str => 5}}

i'm also using Synthesize's Upgrade Customization V4.86, so all stats of my characters are 1 at the beginning of the game.
 

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