Hello guys, i need help with my inventory hps. I need combine item, two item, I wrote this script:///////////////////////////////////
////////////COMBINATIONS///////////
///////////////////////////////////
////////////////////////////
// Run at the start of the game.
void OnGameStart()
{
/////COMBOS/////
AddCombineCallback("Water_Acrid", ""chemical_container_1", "chemical_container_epoxy_1", "Water_Acrid", true);
}
But it does not work. Please tell me my mistake.