diff --git a/src/ZoneCode/Game/T6/T6_Commands.txt b/src/ZoneCode/Game/T6/T6_Commands.txt index de53b8d6..e6e36612 100644 --- a/src/ZoneCode/Game/T6/T6_Commands.txt +++ b/src/ZoneCode/Game/T6/T6_Commands.txt @@ -96,10 +96,17 @@ set name name; set count pieces numPieces; // DestructiblePiece -set scriptstring DestructiblePiece::enableLabel; +use DestructiblePiece; +set string damageSound; +set string burnSound; +set scriptstring enableLabel; // DestructibleStage -set scriptstring DestructibleStage::showBone; +use DestructibleStage; +set string breakSound; +set string breakNotify; +set string loopSound; +set scriptstring showBone; // ========================================= // XAnimParts