1.0.2.15 dev test

This commit is contained in:
[VB]AWOL
2013-09-12 17:39:40 -05:00
parent c67b4ccd3c
commit bea2d1cfd4
9 changed files with 15 additions and 5 deletions

View File

@@ -564,6 +564,17 @@ class CfgMagazines {
descriptionShort = "Gold Bar";
class ItemActions
{
class Crafting
{
text = "Smelt 10oz bar";
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {};
requiretools[] = {};
output[] = {{"ItemGoldBar10oz",1}};
input[] = {{"ItemGoldBar",10}};
};
/*
class Crafting
{
text = "Add 1oz Bar";
@@ -584,6 +595,7 @@ class CfgMagazines {
input[] = {{"ItemGoldBar",10}};
};
*/
};
};
/*