The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Combining Items Help
Selyp Offline
Member

Posts: 210
Threads: 19
Joined: Feb 2011
Reputation: 7
#1
Shocked  Combining Items Help

Hey everyone. I know this has been asked before, but I cannot find a thread that will answer my questions. I am having trouble with a script for combining items. I have looked on the wiki at scripts, but my script is still not working, so I'm not sure whats wrong. Here is my inventory.hps file.

void OnStart()
{
AddCombineCallback("", "Vinegar", "PhosphoricAcid", "CombineFunc", true);
}
void CombineFunc (string &in asItemA, string& asItemB)
{
GiveSanityBoost();
RemoveItem("Vinegar");
RemoveItem("PhosphoricAcid");
GiveItem("bucket_of_tar", "Puzzle", "bucket_of_tar", "bucket_of_tar.tga", 0);
}

i have made sure that all of my items are the correct name, and the game doesn't crash when I enter, so I am assuming the script file itself is okay, I'm just not sure why the items won't combine. Any help would be greatly appreciated.

-Selyp

Atlantia - An Amnesia: The Dark Descent Full Conversion Mod
08-04-2011, 05:43 AM
Find


Messages In This Thread
Combining Items Help - by Selyp - 08-04-2011, 05:43 AM
RE: Combining Items Help - by MrPotatoHead - 08-04-2011, 04:33 PM
RE: Combining Items Help - by MrCookieh - 08-04-2011, 05:16 PM
RE: Combining Items Help - by Selyp - 08-04-2011, 10:44 PM
RE: Combining Items Help - by MrPotatoHead - 08-04-2011, 10:56 PM
RE: Combining Items Help - by Juby - 08-04-2011, 10:51 PM
RE: Combining Items Help - by Selyp - 08-05-2011, 04:15 AM
RE: Combining Items Help - by Selyp - 08-05-2011, 07:55 AM
RE: Combining Items Help - by MrPotatoHead - 08-05-2011, 10:08 AM
RE: Combining Items Help - by Selyp - 08-06-2011, 05:57 AM
RE: Combining Items Help - by Selyp - 08-08-2011, 12:00 AM
RE: Combining Items Help - by DRedshot - 08-08-2011, 02:18 AM
RE: Combining Items Help - by Selyp - 08-08-2011, 02:56 AM
RE: Combining Items Help - by DRedshot - 08-08-2011, 03:03 AM
RE: Combining Items Help - by Selyp - 08-08-2011, 06:59 AM
RE: Combining Items Help - by DRedshot - 08-08-2011, 10:18 AM



Users browsing this thread: 3 Guest(s)