Zabn
Member
Help and discussion for Zabns Take Clothes starts here.
switch (_itemNew) do {
case "Survivor3_DZ": {
_itemNew = "Survivor2_DZ";
};
case "Bandit1_DZ": {
_itemNew = "Survivor2_DZ";
};
How's this script different to the existing take clothes script? =S
and is it supported in 1.7.7.1?
I'm wanting to remove the soldier to not get caught, how do
case "Soldier_DZ": {
_itemNew = "disabled";
};
I am not quite sure what you are asking