|
|
|
|
|
|
Re: Advice plz [message #61345 is a reply to message #61343] |
Sat, 05 February 2011 14:17 |
AlexanderTheAlright
Messages: 98 Registered: February 2011 Location: Inside a Demon Door
|
|
|
|
now it's got worse with mod expressions. I added boast to a treasure chest and it opened the chest but nothing happened or it'll shut the game down.
this is what i typed.
NewThing Object;
Player 4;
UID 18446741221575716626;
DefinitionType "OBJECT_CHEST_OPENABLE";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX 58.000000;
PositionY 39.000000;
PositionZ 31.256820;
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_HELMET_NECROMANCER";
ContainerContents[1] "OBJECT_HERO_HELMET_PLATE_NEUTRAL";
ContainerContents[2] "OBJECT_HEALTH_POTION";
ContainerContents[3] "OBJECT_EXPRESSION_BOAST_DUMMY";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;
The Mod I used is the attachment.
I'm now really getting back into mods again, so forgive me if I seem like a noob.
[Updated on: Sat, 05 February 2011 14:19] Report message to a moderator
|
|
|
|
|
|
|
|
|
|