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?
Xanthos Offline
Senior Member

Posts: 318
Threads: 9
Joined: Mar 2012
Reputation: 8
#2
RE: How combine two Items?

AddCombineCallback("FuncInternalName", "ITEMA", "ITEMB", "Combine", false);
}


void Combine(string &in asItemA, string &in asItemB)
{
GiveSanityBoost();
RemoveItem(asItemA);
RemoveItem(asItemB);
GiveItem(internal name, item to give , itemname for .lang file, PICTURE.tga, 1);
}

(This post was last modified: 04-04-2012, 03:02 PM by Xanthos.)
04-04-2012, 03:00 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)