we tried it, but nothing happens. but if u think it works.
could it be that my admin friend has an error. could the line "class CraftAGhillie: Exile_AbstractCraftingRecipe" be wrong?
thats was our recipe:
class CraftAGhillie: Exile_AbstractCraftingRecipe
{
name = "Craft a Ghillie";
pictureItem = "U_O_FullGhillie_lsh";
returnedItems[] =
{
{1, "U_O_FullGhillie_lsh"}
};
tools[] =
{
"Exile_Item_Knife"
};
components[] =
{
{2, "Exile_Item_WoodLog"},
{2, "Exile_Item_ZipTie"},
{1, "Exile_Item_DuctTape"},
{1, "U_I_C_Soldier_Bandit_3_F"},
{1, "U_C_Scientist"}
};
};