- 0
Sign in to follow this
Followers
0

Crafting Exile_Container_SupplyBox Error
Asked by
digDoug,
-
Recently Browsing 0 members
No registered users viewing this page.
Asked by
digDoug,
No registered users viewing this page.
Im creating a crafting recipe that would make a large supply box but im getting an error, can anyone help?
here's is the script
class CraftContainerSupplyBox: Exile_AbstractCraftingRecipe
{
name = "Craft Large Supply Crate";
pictureItem = "Exile_Container_SupplyBox";
requiredInteractionModelGroup = "WorkBench";
returnedItems[] =
{
{1, "Exile_Container_SupplyBox"}
};
components[] =
{
{3, "Exile_Item_StorageCrateKit"},
{2, "Exile_Item_MetalWire"},
{3, "Exile_Item_MetalBoard"},
{1, "Exile_Item_MetalScrews"}
};
tools[] = {"Exile_Item_Foolbox"};
category = "Storage";
};
here's a pic of the error in game.
Share this post
Link to post
Share on other sites