11-16-2012, 08:04 PM
Hi! I am creating a custom story called unconscious : prelude, and i got little problem with that!
I want to combine some items, but it doesnt work!!! this is the script!
void OnStart() {
AddCombineCallback("CombineThing", "chemical_container_1", "bucket_of_tar_1", "Combine", false);
}
void Combine(string &in asItemA, string &in asItemB){
RemoveItem("bucket_of_tar_1");
RemoveItem("chemical_container_1");
GiveItemFromFile("GiveThing", "chemical_container_full.ent");
}
would someone help me? i would love it!!!!
I want to combine some items, but it doesnt work!!! this is the script!
void OnStart() {
AddCombineCallback("CombineThing", "chemical_container_1", "bucket_of_tar_1", "Combine", false);
}
void Combine(string &in asItemA, string &in asItemB){
RemoveItem("bucket_of_tar_1");
RemoveItem("chemical_container_1");
GiveItemFromFile("GiveThing", "chemical_container_full.ent");
}
would someone help me? i would love it!!!!
