![]() |
What is the script for combinating two items - 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: What is the script for combinating two items (/thread-17601.html) |
What is the script for combinating two items - Timotej - 08-08-2012 Hey, I want to combine glass container blodd with and meat to make an acid out of it,lol ![]() And I want to ask for a script I need for combinating two items. RE: What is the script for combinating two items - EXAWOLT - 08-08-2012 http://wiki.frictionalgames.com/hpl2/amnesia/script_functions all script functions lays here AddCombineCallback(string& asName, string& asItemA, string& asItemB, string& asFunction, bool abAutoDestroy); RE: What is the script for combinating two items - Timotej - 08-08-2012 (08-08-2012, 09:12 PM)EXAWOLT Wrote: http://wiki.frictionalgames.com/hpl2/amnesia/script_functionscan you write how my inventory.hps should look like |