Frictional Games Forum (read-only)
Combining A Drill? - 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: Combining A Drill? (/thread-26298.html)

Pages: 1 2 3 4


RE: Combining A Drill? - FlawlessHappiness - 09-25-2014

Deleting the C line should NOT have anything to do with the script not working.
I don't know what's causing it. What do you say, Mudbill?


RE: Combining A Drill? - Amnesiaplayer - 09-25-2014

i'm serieus. if i delete the line with RemoveItem C my combination doesn't work -_- I really don't understand ?


RE: Combining A Drill? - FlawlessHappiness - 09-25-2014

Oh! Ok.

So it doesn't work at all.

Neither when you have the line, nor when you don't. Simple.
Something else is wrong.


RE: Combining A Drill? - Amnesiaplayer - 09-25-2014

void CombineDrill(string &in asItemA, string &in asItemB)
{
RemoveItem(asItemA);
RemoveItem(asItemB);
RemoveItem(asItemC);

Isn't the problem by the PArameters?! or how'd you call idk

void CombineDrill(string &in asItemA, string &in asItemB)

Will it make sense if it's like this ?

void CombineDrill(string &in asItemA, string &in asItemB, string &in asItemC)


RE: Combining A Drill? - FlawlessHappiness - 09-25-2014

No. That does not make sense.
Because you're only naming 2 items in AddCombineCallback, and you cannot change that


RE: Combining A Drill? - Amnesiaplayer - 09-25-2014

ow. okay. So i have a problem. But that problem Doesn't Exist by others Sad
i really don't Understandd!! it's WEIRDDD :S
???
what's the problem of those Hps file Sad


RE: Combining A Drill? - FlawlessHappiness - 09-25-2014

Nothing is the problem.

I just copied your script and tried it. It works fine.


Either it's the naming, or something else wrong with the items.


RE: Combining A Drill? - Amnesiaplayer - 09-25-2014

(09-25-2014, 08:08 PM)FlawlessHappiness Wrote: Nothing is the problem.

I just copied your script and tried it. It works fine.


Either it's the naming, or something else wrong with the items.



RE: Combining A Drill? - FlawlessHappiness - 09-25-2014

Ok, so the names are fine.

Have you remembered to click save? In the top it says "Modified" as if you haven't saved.

The callbacks are placed in your inventory.hps file, right?


RE: Combining A Drill? - Amnesiaplayer - 09-25-2014

yes... and i saved 6000000 times xD
Every items i place. i need to click on SAVE Tongue
can't stop doing this Big Grin