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 Items Help
DRedshot Offline
Senior Member

Posts: 374
Threads: 23
Joined: Jun 2011
Reputation: 11
#12
RE: Combining Items Help

ok, here are a few things you should try out.
1st AddDebugMessage("Inventory.hps is working properly" , false);
put this in void OnGameStart() if this doesn't show up, you've put the .hps file in the wrong place.

2nd make sure you name the item correctly, since there are a few places to put the name. (such as SubItemName and Entity Name) as a test, give both fields identical names and if it works, great! you can change the other field if you want!

3rd in your map.hps, under OnEnter()
put
if(HasItem("Vinegar")){AddDebugMessage("Player has vinegar from other map!" , false);}
and in your other map do the same for the phospheric Acid.

Hopefully these debug messages will help pinpoint your problem!


08-08-2011, 02:18 AM
Find


Messages In This Thread
Combining Items Help - by Selyp - 08-04-2011, 05:43 AM
RE: Combining Items Help - by MrPotatoHead - 08-04-2011, 04:33 PM
RE: Combining Items Help - by MrCookieh - 08-04-2011, 05:16 PM
RE: Combining Items Help - by Selyp - 08-04-2011, 10:44 PM
RE: Combining Items Help - by MrPotatoHead - 08-04-2011, 10:56 PM
RE: Combining Items Help - by Juby - 08-04-2011, 10:51 PM
RE: Combining Items Help - by Selyp - 08-05-2011, 04:15 AM
RE: Combining Items Help - by Selyp - 08-05-2011, 07:55 AM
RE: Combining Items Help - by MrPotatoHead - 08-05-2011, 10:08 AM
RE: Combining Items Help - by Selyp - 08-06-2011, 05:57 AM
RE: Combining Items Help - by Selyp - 08-08-2011, 12:00 AM
RE: Combining Items Help - by DRedshot - 08-08-2011, 02:18 AM
RE: Combining Items Help - by Selyp - 08-08-2011, 02:56 AM
RE: Combining Items Help - by DRedshot - 08-08-2011, 03:03 AM
RE: Combining Items Help - by Selyp - 08-08-2011, 06:59 AM
RE: Combining Items Help - by DRedshot - 08-08-2011, 10:18 AM



Users browsing this thread: 1 Guest(s)