QUOTE (mooshra @ Jul 23 2012, 04:42 PM)

Ok in Kingdom Hearts Birth By Sleep you have to complete three people's stories to unlock a final story. I was wondering if this can be done in ACE. I am sure this part is easy using some sort of eventing, but I also want to be able to call the three characters skills and stats that they had in their stories after they were removed. Is this also possible? If so please tell me I really wish to know. I also want to make it to where you can play any story as many times but the final story can only be unlocked once all three are completed.
ok simple. it automatically will save everything a character had when they were removed from the party. then later, when you want to use them again, just make an event to add the character back in(event page 1, change party). as long as you keep the box labeled "initialize"
unchecked, they will be however they were in that particular save file of the game before they were removed
if you want the final story to be unlocked after completing 3 stories. you need to 1)make 3 switches
Label them whatever you want but i reccomend something like ENDSTORY1,ENDSTORY2,ENDSTORY3 or something like that.2) then at the end of each story, make sure you turn the appropriate switch on (Events page 1, control switches...)
3)lastly make an event to trigger the final story, and set it the conditions (upper left hand corner of event menu) check both boxes labeled switch, now you can only have it for 2 switches, but just pick 2 of three of the ENDSTORY switches, then in the event processing with a conditional branch so that the condition is set for the third switch (whichever you did not set as an event condition) and place all of that event in the conditional branch.
if you do not want to use a conditional branch then only make 2 "ENDSTORY" switches, which will be activated at the end of 2 of 3 stories, and one variable for the third story, then just set the event conditions for those two switches and that variable.
This post has been edited by lenercopa: Oct 4 2012, 08:22 AM