| 
		
			| Re: chest spawn causing game crash [message #46676 is a reply to message #46659] | Tue, 28 October 2008 06:38   |  
			| 
				
				
					|  wylieb0y Messages: 3
 Registered: October 2008
 |  |  |  |  
	| I see. 
 well i tried putting all 3 of the items in one chest, worked with other items but just crashed with the JOB outfit.
 
 So i made a chest with just one piece of the outfit in, with this script :
 
 NewThing Object;
 Player 4;
 UID 18446741874686296151;
 DefinitionType "OBJECT_CHEST_OPENABLE";
 ScriptName NULL;
 ScriptData "NULL";
 ThingGamePersistent FALSE;
 ThingLevelPersistent FALSE;
 StartCTCPhysicsStandard;
 PositionX 50.000000;
 PositionY 41.764650;
 PositionZ 30.016380;
 RHSetForwardX 1.000000;
 RHSetForwardY 0.000000;
 RHSetForwardZ 0.000000;
 RHSetUpX 0.000000;
 RHSetUpY 0.000000;
 RHSetUpZ 1.000000;
 EndCTCPhysicsStandard;
 StartCTCTargeted;
 Targetable TRUE;
 EndCTCTargeted;
 StartCTCEditor;
 EndCTCEditor;
 StartCTCChest;
 ContainerContents[0] "OBJECT_HERO_BOOTS_JACK";
 ChestOpen FALSE;
 EndCTCChest;
 Health 1.0;
 EndThing;
 
 I got the windows error "program has to close"  when i opend that chest.
 [Updated on: Tue, 28 October 2008 06:43] Report message to a moderator |  
	|  |  |