Frictional Games Forum (read-only)

Full Version: Combining A Drill?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
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?
i'm serieus. if i delete the line with RemoveItem C my combination doesn't work -_- I really don't understand ?
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.
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)
No. That does not make sense.
Because you're only naming 2 items in AddCombineCallback, and you cannot change that
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
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.
(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.
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?
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
Pages: 1 2 3 4