Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started 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!
-
When this happens to me it means I have a battle and no one in the party.
-
I'm not going into a battle though. I am just going to the next screen.
-
Did you mabey remove the last person from your party in the previous screen?
-
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...
-
Mabey a screenshot of the events leading up??
-
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!
-
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.
-
I have events where there's no hero and it works fine.
-
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
-
Glad you got it fixed.