Hello again!

So, I was trying to implement Character creation on my adventure following the Wiki's advice (change the FortJoy_CharacterCreation scripts). Mine looks like this, and yes, the StartPoint is set to global:

DB_CharacterCreationLevels("CharCreation_Bael-Ungor");

DB_GLO_FirstLevelAfterCharacterCreation("Fall_of_Bael-Ungor");

DB_CharacterCreationTransitionInfo("Fall_of_Bael-Ungor",(TRIGGERGUID)TRIGGERGUID_StartPoint_Adventure_c2d2bfbc-385d-454a-91b6-f661a4bc4090);

DB_CharacterCreationDummy((CHARACTERGUID)S_GLO_CharacterCreationDummy_001_da072fe7-fdd5-42ae-9139-8bd4b9fca406);
DB_CharacterCreationDummy((CHARACTERGUID)S_GLO_CharacterCreationDummy_002_361dacdc-4135-4d3f-a9a2-3cad46ca246a);
DB_CharacterCreationDummy((CHARACTERGUID)S_GLO_CharacterCreationDummy_003_dded8c22-b28e-45c1-a074-eb0954602c8a);
DB_CharacterCreationDummy((CHARACTERGUID)S_GLO_CharacterCreationDummy_004_5f93cae7-6c10-4da1-b9a5-0efafc168c8e);

DB_GenericOrigins((CHARACTERGUID)S_Player_GenericOrigin_7b6c1f26-fe4e-40bd-a5d0-e6ff58cef4fe);
DB_GenericOrigins((CHARACTERGUID)S_Player_GenericOrigin2_c451954c-73bf-46ce-a1d1-caa9bbdc3cfd);
DB_GenericOrigins((CHARACTERGUID)S_Player_GenericOrigin3_41a06985-7851-4c29-8a78-398ccb313f39);
DB_GenericOrigins((CHARACTERGUID)S_Player_GenericOrigin4_41a594ed-b768-4289-9f17-59f701cc6910);

The KB section is exactly the same as the file attached to the wiki. However, after the Character creation is done, what I get is this:

https://www.pinterest.com.mx/pin/566186984397579151/

Just for testing purposes, I copied the file again and I was teleported to the sandbox, so I assume that the error is on my side, but I can't pinpoint what it is. Can anyone help me?