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
Combining script isn´t working. Please help
Fearlessagent Offline
Junior Member

Posts: 12
Threads: 2
Joined: Jul 2012
Reputation: 1
#4
RE: Combining script isn´t working. Please help

(08-10-2012, 10:46 AM)Timotej Wrote:
(08-09-2012, 10:47 PM)SmokeMelvin Wrote: void OnStart()
{
AddCombineCallback("", "stick", "rock", "CombineFunc", true);
}

void CombineFunc(string &in asItemA, string &in asItemB)
{
PlayGuiSound("15_make_hammer", 1.0f);
RemoveItem("stick");
RemoveItem("rock");
GiveItem("stone_hammer", "Puzzle", "stone_hammer", "stone_hammer.tga", 0);
}


void OnLeave()
{
}


This should work, if not, try looking into your leveleditor for typos or capital letters.
what exactly isn't working? Can you be a little more specific?
I tried this and it is still saying "Combination does not work"
OnStart() should be OnGameStart() in inventory.hps
08-13-2012, 09:14 PM
Find


Messages In This Thread
RE: Combining script isn´t working. Please help - by Fearlessagent - 08-13-2012, 09:14 PM



Users browsing this thread: 1 Guest(s)