diff --git a/Test_Building/model.cfg b/Test_Building/model.cfg index 9dfb76b..9626f64 100644 --- a/Test_Building/model.cfg +++ b/Test_Building/model.cfg @@ -28,6 +28,11 @@ class CfgModels class sample_building: Default { skeletonName = "Skeleton_3doors"; + sections[] = { + "door1", + "door2", + "door3" + }; class Animations { class Door1 @@ -68,4 +73,4 @@ class CfgModels }; }; }; -}; \ No newline at end of file +};