diff --git a/src/ZoneCode/Game/T6/T6_Commands.txt b/src/ZoneCode/Game/T6/T6_Commands.txt index bb47feb9..69f5e21f 100644 --- a/src/ZoneCode/Game/T6/T6_Commands.txt +++ b/src/ZoneCode/Game/T6/T6_Commands.txt @@ -73,10 +73,11 @@ set count pieces numpieces; set string PhysPreset::name; // ========================================= -// PhysConstraint +// PhysConstraints // ========================================= +set string PhysConstraints::name; + use PhysConstraint; -set string name; set scriptstring targetname; set scriptstring target_ent1; set scriptstring target_ent2; @@ -84,8 +85,9 @@ set scriptstring target_ent2; // ========================================= // DestructibleDef // ========================================= +use DestructibleDef; set string name; -set count DestructibleDef::pieces numPieces; +set count pieces numPieces; // DestructiblePiece set scriptstring DestructiblePiece::enableLabel;