Hi everybody.
This tutorial is incredibly usefulIf. There is only one thing that i can't make work as expected. If you want to teleport your characters after character creation finishes to a new area then you can use the trigger that can be named anything and can be on either the same level or another level. If I understand right, the function:
IF
CharacterCreationFinished(CHARACTER_NULL)
THEN
CharacterTeleportPartyToTrigger(TRIGGER_TheGameBegins, "");
refers to trigger that can be placed on different level with different name inside the same module. If I do this, during definitions + build generation I have an error because the script can't find the corresponding trigger. In case of CharacterCreationMod it's Teleport1 point trigger based on MILKYWAY file.