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
[SOLVED] Combination Won't Work?
D3AD UPR1S1NG Offline
Member

Posts: 64
Threads: 21
Joined: Apr 2011
Reputation: 0
#1
[SOLVED] Combination Won't Work?

Hey Smile I was just wandering if anyone could give me a hand in getting this script to work as I have next to no idea on how to make combinations Huh

//CHEMICAL TEST//
////////////////////

void chemtest(string &in asItemA, string &in asItemB)
{
PlayGuiSound("puzzle_acid_success", 1.0f);
RemoveItem(asItemA);
RemoveItem(asItemB);
GiveItem("glass_container_filled", "Puzzle", "glass_container_filled", "glass_container_full.tga", 1);
}

////////////////////////////
// Run at the start of the game.
void OnGameStart()
{

/////CHEMICAL TEST COMBO/////
AddCombineCallback("ChemicalCombo", "chem01", "chem02", "chemtest", false);
}

Thanks in advance Big Grin

The Harrowing Tale Of Redendrew Mansion
(This post was last modified: 11-20-2013, 09:26 PM by D3AD UPR1S1NG.)
11-19-2013, 01:23 PM
Find


Messages In This Thread
[SOLVED] Combination Won't Work? - by D3AD UPR1S1NG - 11-19-2013, 01:23 PM
RE: Combination Won't Work? - by PutraenusAlivius - 11-19-2013, 01:31 PM
RE: Combination Won't Work? - by D3AD UPR1S1NG - 11-19-2013, 01:36 PM
RE: Combination Won't Work? - by D3AD UPR1S1NG - 11-20-2013, 12:04 AM
RE: Combination Won't Work? - by The chaser - 11-20-2013, 03:19 PM
RE: Combination Won't Work? - by D3AD UPR1S1NG - 11-20-2013, 04:30 PM
RE: Combination Won't Work? - by Neelke - 11-20-2013, 07:57 PM
RE: Combination Won't Work? - by D3AD UPR1S1NG - 11-20-2013, 09:14 PM



Users browsing this thread: 4 Guest(s)