From 1606f62ee7260917605eb6724df9e4332f926324 Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 24 Nov 2019 02:45:58 +0100 Subject: [PATCH] ZoneCode: Fix DestructibleDef commands to include all strings --- src/ZoneCode/Game/T6/T6_Commands.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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