Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: DRGCeles on January 01, 2019, 05:47:50 am

Title: Script is hanging error
Post by: DRGCeles on January 01, 2019, 05:47:50 am
Hello Everyone,

I'm very new here and a damn n00b if it comes to scripts. :shy: I have a 'little' problem. The game project I'm working on is just running perfectly fine until the very first battle starts. I get the 'Script is hanging' message all the time. I've edited the order of the scripts, but that didn't fix the problem. Could someone help me, please?

Many thanks in advance:

C
Title: Re: Script is hanging error
Post by: KK20 on January 01, 2019, 02:05:30 pm
Upload your scripts.rxdata file
Title: Re: Script is hanging error
Post by: DRGCeles on January 01, 2019, 04:11:59 pm
Thank you for the fast reply. Here it is:

Spoiler: ShowHide
http://www.mediafire.com/file/987c4stau61am8s/Scripts.rxdata/file (http://www.mediafire.com/file/987c4stau61am8s/Scripts.rxdata/file)
Title: Re: Script is hanging error
Post by: KK20 on January 01, 2019, 08:20:07 pm
I was able to get into a battle perfectly fine on my end. Is there something you're doing prior to the battle?
Title: Re: Script is hanging error
Post by: Heretic86 on January 07, 2019, 06:31:11 am
Command_355 Glitch?
Title: Re: Script is hanging error
Post by: KK20 on January 07, 2019, 12:02:20 pm
Script is hanging is caused by not calling Graphics.update for a while. Command 355 bug just halts all further processing of the game logic, but doesn't affect the main game loop.