Main Menu
  • Welcome to The RPG Maker Resource Kit.

Trouble with Party Member Changing

Started by Mad_Mutagen, April 04, 2010, 07:03:08 PM

0 Members and 1 Guest are viewing this topic.

Mad_Mutagen

Here's the deal. I have a 'Cutscene' opening for my current project, so at the very start I have the party empty.
When time comes for the player to go, he is given the first party member with the 'event
[Change Party Member: Add [Derrick], Initialize]

No dice. Derrick is added, but the player does not get any appearance on the map. Still appears 'invisible'.

So I changed it to where the starting party is not empty, but instead uses an 'empty' character. Same event change, but I remove the 'empty' character after adding Derrick. Still no go.

So I remove the 'Initialize' part on the 'Change Part Member' and still...
nothing.

What am I doing wrong here?

modern algebra

At any point did you use the Change Transparency Event Command?

Mad_Mutagen

#2
I think I... Oooo. Yeah, I did. I suppose that means the transparency command is for the player, not the event?

EDIT
Tried changing that, it worked. I'm just using the Transparency command now, it works perfectly. Thank you, Modern Algebra!