The _Start Goal file is read-only in the Editor, meaning I have to add stuff in with my own Goals.

That being said, I managed to get past Character creation successfully Xmas

[Linked Image]


Thanks to this Story goal-

Code
IF
CharacterCreationFinished(CHARACTER_NULL)
THEN
CharacterTeleportPartyToTriggerMovieLoadState(TRIGGER_CYS_Start_P1,"","MovieGameIntro");
ItemToCharacter(ITEM_CYS_SHGuide1, CHARACTER_Player1);
CharacterAddGold(CHARACTER_Player1,400);
DB_CYSDoTutorial(1);



I suppose the next question to ask is does anyone know of any obvious places where only having one character might be a problem?