GameObjectList用マクロ「半脱ぎ.ipm」…実行すると半脱ぎになります。キャラメイク中でも有効。

var go = GameObject.Find("chaF00");
var charFemale = go.GetComponent<CharFemale>();
charFemale.femaleClothes.SetClothesState(0,1); //トップス 半脱ぎ
charFemale.femaleClothes.SetClothesState(1,1); //ボトムス 半脱ぎ
charFemale.femaleClothes.SetClothesState(2,1); //ブラ 半脱ぎ
charFemale.femaleClothes.SetClothesState(3,1); //ショーツ 半脱ぎ
charFemale.femaleClothes.SetClothesState(4,1); //水着上 半脱ぎ
charFemale.femaleClothes.SetClothesState(5,1); //水着下 半脱ぎ
charFemale.femaleClothes.SetClothesState(6,1); //トップス(水着用) 半脱ぎ
charFemale.femaleClothes.SetClothesState(7,1); //ボトムス(水着用) 半脱ぎ
//charFemale.femaleClothes.SetClothesState(8,1); //手袋 脱ぎ
charFemale.femaleClothes.SetClothesState(9,1); //パンスト 半脱ぎ
//charFemale.femaleClothes.SetClothesState(10,1); //靴下 脱ぎ
charFemale.femaleClothes.SetClothesState(11,1); //靴 脱ぎ