CfgMagazines - still need script tweaks for buldables

This commit is contained in:
icomrade
2016-02-22 13:31:14 -05:00
parent ab2976f98c
commit 8cdc8e6e36
21 changed files with 1757 additions and 482 deletions

View File

@@ -22,9 +22,34 @@ class SkinBase : CA_Magazine
script = "spawn player_tearClothes;";
};
};
/*
class ItemActions {
class Use {
text = $STR_EPOCH_PLAYER_268;
script = "spawn player_wearClothes;";
};
class Crafting {
text = $STR_EPOCH_PLAYER_269b;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {};
requiretools[] = {"ItemToolbox","ItemKnife"};
output[] = {{"ItemCanvas",1}};
input[] = {{"SkinBase",2}};
};
class Crafting1 {
text = $STR_EPOCH_PLAYER_269;
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {};
requiretools[] = {"ItemToolbox","ItemKnife"};
output[] = {{"ItemBandage",2}};
input[] = {{"SkinBase",1},{"ItemTrashToiletpaper",1}};
};
};
*/
};
#include "Ghillie.hpp"
#include "Camo.hpp"
#include "Soldier.hpp"
#include "Survivor.hpp"
#include "Survivor.hpp"
#include "EpochSkins.hpp"