Removal of camo nets with right click on toolbox.

This commit is contained in:
[VB]AWOL
2013-10-23 00:53:41 -05:00
parent 13d825778a
commit 7d95e05d77
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
class ItemToolbox ItemCore
{
scope = 2;
displayName = $STR_EQUIP_NAME_2;
model = dayz_equipmodelstoolbox.p3d;
picture = dayz_equiptexturesequip_toolbox_ca.paa;
descriptionShort = $STR_EQUIP_DESC_2;
class ItemActions
{
class RemoveNet
{
text="Remove Camo Net";
script="spawn player_removeNet;";
};
};
};