Announcement

Collapse
No announcement yet.

sigh

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    sigh

    you guessed it yet another event problem. i usualy come up with solutions but i cant for this. in the begining of my game the screen fades black and a message comes up. then a decision branch has 3 options 1 for each class. then when you choose you get to imput a name. after this the starting character leaves the party and whatever character you choose joins. but when it gets to the question the screen is pitch black. you can choose a class but you cant see it. after that the whole character switching occurs and you get warped. but once that happens the starting character never leaves so you have 2 characters.
    current project: untitled
    completetion: 0% (story in development)

    #2
    Re: sigh

    You have two problems.

    One is that your fade to black is probably in front of your messages. I think, its been awhile and I don't have the game in front of me (I'm at school). One of the others could answer this question better.

    Two is that you can never have zero members in your party, by removing the only party member BEFORE adding the new one, you essentially create this scenario. To fix this you merely reverse the order. Add the new character to the party, then remove the old one. The order is very important.
    stodi no na ka cenba

    Comment

    Working...
    X