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
Script Help Frustrating combination problem.
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#6
RE: Frustrating combination problem.

I guess ive got you on Skype already right..
Ill send some stuff there and we will fix it.
redmaster12345 = skype

Here is my Inventor.hpl
PHP Code: (Select All)
///////////////////////////////////
//Matches//
void Matchboxscript(string &in asItemAstring &in asItemB)
{
    
PlayGuiSound("19_attach_needle"1.0f);
    
    
AddPlayerSanity(10);
    
    
RemoveItem(asItemA); RemoveItem(asItemB);
    
    
GiveItem("FullyMatchBox""Puzzle""FullyMatchBox""FullMatchbox.tga"0);    
}
/////////////////////////////////



////////////////////////////
// Run at the start of the game.
void OnGameStart()
{

    
//---- Matches ----//
    
AddCombineCallback("Full""MatchBox_2""MatchBox_4""Matchboxscript"false);



---
Try add copper_tube_and_needle.tga", 1); // Change the 1 in 0 try that... ( look at my inventory )
(This post was last modified: 06-04-2014, 06:48 PM by DnALANGE.)
06-04-2014, 06:27 PM
Find


Messages In This Thread
Frustrating combination problem. - by Slanderous - 06-03-2014, 09:20 PM
RE: Frustrating combination problem. - by Mudbill - 06-03-2014, 11:51 PM
RE: Frustrating combination problem. - by Mudbill - 06-04-2014, 01:55 AM
RE: Frustrating combination problem. - by DnALANGE - 06-04-2014, 06:27 PM
RE: Frustrating combination problem. - by Mudbill - 06-05-2014, 01:54 PM
RE: Frustrating combination problem. - by Neelke - 06-05-2014, 03:21 PM



Users browsing this thread: 1 Guest(s)