I make script with http://fabletlcmod.com/wiki/doku.php?id=scripting:d.i.y._tel eporter this article.
I need teleport (haunted house cellar to creature hub).
I paste it in creature_hub.tng:
Toggle Spoiler
NewThing Marker;
Player 4;
UID 1844674167311235794326976;
DefinitionType "GAZE_OUT_OF_BUILDING_MARKER";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
Health 1.00000;
ObjectScale 1.00000;
StartCTCPhysicsStandard;
PositionX 1728.00000;
PositionY 3040.00000;
PositionZ 40.00000;
RHSetForwardX 0.00000;
RHSetForwardY 1.00000;
RHSetForwardZ 0.00000;
RHSetUpX 0.00000;
RHSetUpY 0.00000;
RHSetUpZ 1.00000;
EndCTCPhysicsStandard;
StartCTCEditor;
EndCTCEditor;
StartCTCVillageMember;
VillageUID 197244689441620123;
EndCTCVillageMember;
Health 1.0;
EndThing;
...and this to HauntedHouseCellar.tng:
Toggle Spoiler
NewThing Object;
Player 4;
UID 1844674149173898138318821;
DefinitionType "OBJECT_BLOCKING_DOOR";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
Health 1.00000;
ObjectScale 1.00000;
CreateTC "CTCActionUseScriptedHook";
StartCTCPhysicsStandard;
PositionX 14.69092;
PositionY 39.37646;
PositionZ 30.24490;
RHSetForwardX -0.00876;
RHSetForwardY 0.97720;
RHSetForwardZ 0.21216;
RHSetUpX -0.04125;
RHSetUpY 0.00000;
RHSetUpZ 0.99915;
EndCTCPhysicsStandard;
StartCTCActionUseScriptedHook;
Usable TRUE;
ReversedOnMiniMap FALSE;
HiddenOnMiniMap FALSE;
VersionNumber 1;
ForceConfirmation FALSE;
TeleportToRegionEntrance TRUE;
EntranceConnectedToUID 1844674167311235794326976;
CameraTrackUID 0;
SoundName "";
AnimationName "";
ReplacementObject 0;
EndCTCActionUseScriptedHook;
EndThing;
What have I made incorrectly?