Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: InsaneMonkey on July 15, 2008, 10:08:43 PM

Title: A strange error...
Post by: InsaneMonkey on July 15, 2008, 10:08:43 PM
http://i5.photobucket.com/albums/y164/insanemonkeydude/RPG2k3error.png

The picture is kinda big so I didn't post it here. Anyway, the error I get is once I step into the village, I get that error. ^ How do I fix it? Thanks!
Title: Re: A strange error...
Post by: Zerlina on July 15, 2008, 10:20:05 PM
When this happens to me it means I have a battle and no one in the party.
Title: Re: A strange error...
Post by: InsaneMonkey on July 15, 2008, 10:26:11 PM
I'm not going into a battle though. I am just going to the next screen.
Title: Re: A strange error...
Post by: Rahl on July 15, 2008, 11:43:00 PM
Did you mabey remove the last person from your party in the previous screen?
Title: Re: A strange error...
Post by: Moosetroop11 on July 16, 2008, 12:09:20 AM
I get that in a particular battle with big events leading up to it... But only some of the time XD I still haven't worked out quite what's causing it...
Title: Re: A strange error...
Post by: Rahl on July 16, 2008, 12:10:51 AM
Mabey a screenshot of the events leading up??
Title: Re: A strange error...
Post by: InsaneMonkey on July 16, 2008, 01:12:40 AM
Pictures in order in which they should happen if a person where to play the game:

http://i5.photobucket.com/albums/y164/insanemonkeydude/intro.png
http://i5.photobucket.com/albums/y164/insanemonkeydude/addtoparty.png
http://i5.photobucket.com/albums/y164/insanemonkeydude/changeclothes.png
http://i5.photobucket.com/albums/y164/insanemonkeydude/leavehouse.png

Thanks for all of your help!
Title: Re: A strange error...
Post by: Rahl on July 16, 2008, 01:28:28 AM
Well do you only start out with scott? And if so thats your problem right there. You MUST have atleast 1 party member in your party at all times.

Sooooo... If you have 1 party member in your script in order to remove him you must add another BEFORE you remove the first.

Add-> Scott
Remove-> Intro

If you dont want scot to be seen during this time its as easy as.

Add-> Scott
Change Hero Transparency-> Transparent
Remove-> Intro

and later when you want scott to be seen again

Change Hero Transparency-> Opaque

Try this and if it works let me know.
Title: Re: A strange error...
Post by: Zerlina on July 16, 2008, 01:50:41 AM
I have events where there's no hero and it works fine.
Title: Re: A strange error...
Post by: InsaneMonkey on July 16, 2008, 01:54:41 AM
For some reason it's not working now. Here's the code:

http://i5.photobucket.com/albums/y164/insanemonkeydude/asdgf.png

I think it may have something to do with the map I teleport to because I created another map and when I teleported to that, I didn't get an error. What could be wrong with my map?

Edit - Fixed
Title: Re: A strange error...
Post by: Rahl on July 16, 2008, 03:31:32 PM
Glad you got it fixed.