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?