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:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Combine Thingss???
jamistara Offline
Junior Member

Posts: 21
Threads: 7
Joined: Nov 2012
Reputation: 0
#1
Combine Thingss???

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!!!!
11-16-2012, 08:04 PM
Find


Messages In This Thread
Combine Thingss??? - by jamistara - 11-16-2012, 08:04 PM
RE: Combine Thingss??? - by Your Computer - 11-16-2012, 08:45 PM
RE: Combine Thingss??? - by jamistara - 11-16-2012, 08:49 PM
RE: Combine Thingss??? - by The chaser - 11-16-2012, 09:13 PM
RE: Combine Thingss??? - by jamistara - 11-16-2012, 10:30 PM



Users browsing this thread: 1 Guest(s)