![]() |
[SCRIPT] Combining 2 Items In Inventory - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: [SCRIPT] Combining 2 Items In Inventory (/thread-14667.html) |
Combining 2 Items In Inventory - heyitsrobert97 - 04-10-2012 Hi, Does Anyone Know The Script To Combine 2 Items In Inventory? I want to Mix 2 Epoxy Container to make 1 epoxy container and then mix that with a jar to complete something. dont worry found it! AddCombineCallback(string& asName, string& asItemA, string& asItemB, string& asFunction, bool abAutoDestroy); |