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.

I need a little help (with Esper+Junction script)

khmp

Sponsor

The demo at that link no longer exists. But I think I can help out without it. Could you provide the method "def gain_esper(esper)" which will be in the Game_Party class of this script?
 

khmp

Sponsor

Is that sacrasm? :huh:

Inside that script there should be a line like this:
Code:
def gain_esper
Do a search for it (ctrl-f). Copy the code from there until the corresponding end to the def. Use tabbing to decide which end is the actual end of that method.
Example:
Code:
  def gain_esper(esper)
    if esper != nil
      #do something
    end
  end
Anyway the reason I want you to do this is so I can figure out how these espers are stored. Removal of an esper would be easy if I had this knowledge.
 

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