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.

A script makes my game crash

Status
Not open for further replies.
Hi!

I wanted to see if someone could tell me what I'm doing wrong. I tried to create a new script (included in the demo as ANE) but it makes the game crash everytime I select the command that should open this new window. When it did not crash all the time, I noticed that I could never close the new window.
Could anyone help me, please?

Demo: http://www.box.net/shared/yxq0edyj0d
 

khmp

Sponsor

My Scene Menu line 165:
Code:
        $scene = Window_Ane.new
should be:
Code:
        $scene = Scene_Ane.new

Also ANE line 26:
Code:
        @ane_window = Window_Ane
should be:
Code:
        @ane_window = Window_Ane.new

It works after those are fixed.

Good luck with your game shadowball! :thumb:
 

arev

Sponsor

This topic has been resolved. If shadowball or any other users have any questions or further problems regarding this topic, please create a new thread about them.

Thank you!
 
Status
Not open for further replies.

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