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:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiple Issues Help CogWheels LevelEditor, scripts and chemicals Acid and Puzzle
FGFan Offline
Junior Member

Posts: 1
Threads: 1
Joined: Jan 2014
Reputation: 0
#1
CogWheels LevelEditor, scripts and chemicals Acid and Puzzle

Sorry for my bad English but I'm Italian I need some help from Scripting & editing for cogwheels and cogwheels machine, and chemical sour (simple way) And LevelEditor it doesnt place the entities in the map. What is wrong? I give you my hpl.log for exmine this.
And I've got a problem to combine hammer and chiper
my Facebook:https://www.facebook.com/davide.casati2

inventory.hps:




void OnGameStart()
{
AddCombineCallback("hammerandchiper", "hammer", "chiper", "combine_01", true);
}
void combine01(string &in asItemA, string &in asItemB)
{
PlayGuiSound("", "12_make_drill", 0);
RemoveItem(asItemA); RemoveItem(asItemB);
GiveItem("stone_hammer_chipper", "Puzzle", "stone_hammer_chipper", "stone_hammer_chipper.tga", 0);
GiveSanityBoostSmall();
//what is wrong?
}


Attached Files
.log   LevelEditor.log (Size: 5.52 KB / Downloads: 77)
01-09-2014, 12:30 AM
Find


Messages In This Thread
CogWheels LevelEditor, scripts and chemicals Acid and Puzzle - by FGFan - 01-09-2014, 12:30 AM



Users browsing this thread: 1 Guest(s)