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
How combine two Items?
Shives Offline
Member

Posts: 154
Threads: 41
Joined: Jan 2012
Reputation: 1
#11
RE: How combine two Items?

Oh I forgot to
Post my Script


void Expoxy(string &in asItemA, string &in asItemB)
{
PlayGuiSound("12_epoxy_fill.snt", 1.0f);
RemoveItem("Chemie");
RemoveItem("Flasche");
GiveItem("Spreng", "chemical_container_half", "", "chemical_container_half.tga", 1);
}

void OnGameStart()
{
AddCombineCallback("", "Flasche", "Chemie", "Expoxy", false);
}

My Custom Story
http://www.frictionalgames.com/forum/thread-12587.html

Sorry for bad English


04-06-2012, 01:51 PM
Find


Messages In This Thread
How combine two Items? - by Shives - 04-04-2012, 02:33 PM
RE: How combine two Items? - by Xanthos - 04-04-2012, 03:00 PM
RE: How combine two Items? - by Datguy5 - 04-04-2012, 03:06 PM
RE: How combine two Items? - by SilentStriker - 04-04-2012, 09:54 PM
RE: How combine two Items? - by Shives - 04-06-2012, 10:37 AM
RE: How combine two Items? - by zombiehacker595 - 04-06-2012, 11:11 AM
RE: How combine two Items? - by Shives - 04-06-2012, 11:17 AM
RE: How combine two Items? - by zombiehacker595 - 04-06-2012, 11:21 AM
RE: How combine two Items? - by Cranky Old Man - 04-06-2012, 11:26 AM
RE: How combine two Items? - by Shives - 04-06-2012, 11:39 AM
RE: How combine two Items? - by Shives - 04-06-2012, 01:51 PM
RE: How combine two Items? - by Cranky Old Man - 04-06-2012, 01:55 PM
RE: How combine two Items? - by SilentStriker - 04-06-2012, 03:54 PM
RE: How combine two Items? - by Shives - 04-06-2012, 02:06 PM
RE: How combine two Items? - by Your Computer - 04-06-2012, 05:32 PM



Users browsing this thread: 1 Guest(s)