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
Inventory.hps
Tripication Offline
Member

Posts: 172
Threads: 19
Joined: Dec 2011
Reputation: 6
#1
Inventory.hps

Ok, so I was trying this earlier, but didnt really get a reply. I have my inventory.hps in [CUSTOM STORY]>maps
And i cannot figure it out. I must be blind, i've looked through the main game's invent and just about everything else i could find, but i just cant figure it out. Theres no error report or crash, and everything else works...but this.


void OnGameStart()
{
AddCombineCallback("mixture", "TetrodotoxinItem", "HalfDone", "CombineTexHalf", false);
}

void CombineTexHalf(string &in asItemA, string &in asItemB)
{
RemoveItem("TetrodotoxinItem");
RemoveItem("HalfDone");
GiveItem("Mixture", "chemical_container_full.ent", "CompletedRevarsalSyrum", "chemical_container_full.tga", 1);
}
_______________________________________________

Come on, i'm at the very end of the custom story and i just cant figure this crap out. Its giving me the shits beyond belife, working on it for 3 days and i cant work it out. Even if you think it is right, just say so, it still helps.

[Image: speedart__2___yoshimitsu_by_kamofudge-d4yo6kk.png]
(This post was last modified: 02-01-2012, 08:02 AM by Tripication.)
02-01-2012, 07:22 AM
Find


Messages In This Thread
Inventory.hps - by Tripication - 02-01-2012, 07:22 AM
RE: Inventory.hps - by palistov - 02-01-2012, 07:50 AM
RE: Inventory.hps - by Tripication - 02-01-2012, 07:54 AM
RE: Inventory.hps - by palistov - 02-01-2012, 11:39 PM



Users browsing this thread: 1 Guest(s)