Crafting with Time

claudius_I

New member
Hello

I was looking in the documentacion and i know can use this:

  • Remove Ingredients Exernally: In some cases you may want to remove the ingredient item differently than normal, if true the event “EventNames.c_InventoryGameObject_OnCraftRemoveItem_CraftingProecessor_ItemInfoListSlice_ActionBoolSucces” will be used to remove the ingredients

but, how can get the parameters for use a external method? can i use two crafting at the same time?

imagen_2022-06-18_160821121.png

Thanks
Claudio
 
I think that this event is not what you need, but I could be wrong.

In my opinion what you need is a custom CraftingProcessor and you should override the CraftInternal function.

This event you mentioned above is still stynchrounous. It requires you to remove the items right away. but you can choose where the items are removed from rather than just any items in the main Collection. For example you could use it to allow crafting items which in a seperate collection.

I hope that helps
 
Top