I repeat.
jwc2200 wrote on Sun, 23 June 2013 15:24 |
Post the script you are using....
|
Then we can look at it and possibly find an error, hopefully. In case you don't understand what I mean, the chest script that cbox creates should look like this:
Chest Script
NewThing Object;
Player 4;
UID 18446741818448476237;
DefinitionType "OBJECT_CHEST_OPENABLE";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX 30.823730;
PositionY 27.176510;
PositionZ 5.000000;
RHSetForwardX 1.000000;
RHSetForwardY 0.000000;
RHSetForwardZ 0.000000;
RHSetUpX 0.000000;
RHSetUpY 0.000000;
RHSetUpZ 1.000000;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
AttachToGround TRUE;
EndCTCEditor;
StartCTCChest;
ContainerContents[0] "OBJECT_HERO_HAT_MASKED_HOOD";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;