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
Item Combination Use Problem
rjmcfarland Offline
Junior Member

Posts: 23
Threads: 5
Joined: Feb 2012
Reputation: 0
#1
Item Combination Use Problem

Hey guys, I am working on a custom story for a final project in school (pretty cool right?). I just have one problem so far. So I can combine the hammer and chipper to make a hammer and chipper, but I cannot get that item to open a door. I really need this, because I will use it later as well. Thanks guys!
(This post was last modified: 05-14-2013, 08:10 PM by rjmcfarland.)
05-14-2013, 07:43 PM
Find
Tomato Cat Offline
Senior Member

Posts: 287
Threads: 2
Joined: Sep 2012
Reputation: 20
#2
RE: Item Combination Use Problem

Do you have a script for it?
05-14-2013, 07:46 PM
Find
rjmcfarland Offline
Junior Member

Posts: 23
Threads: 5
Joined: Feb 2012
Reputation: 0
#3
RE: Item Combination Use Problem

(05-14-2013, 07:46 PM)Tomato Cat Wrote: Do you have a script for it?

For what? Combining the items?
05-14-2013, 07:51 PM
Find
Tomato Cat Offline
Senior Member

Posts: 287
Threads: 2
Joined: Sep 2012
Reputation: 20
#4
RE: Item Combination Use Problem

No, using it on the door.

Are you getting any sort of error, or is it just not working?
05-14-2013, 07:57 PM
Find
rjmcfarland Offline
Junior Member

Posts: 23
Threads: 5
Joined: Feb 2012
Reputation: 0
#5
RE: Item Combination Use Problem

(05-14-2013, 07:57 PM)Tomato Cat Wrote: No, using it on the door.

Are you getting any sort of error, or is it just not working?

Ah. No, it just does not work. Although I know that naming this item also doesn't work, so it might have to do with that since you don't physically pick up the hammer and chipper.
05-14-2013, 07:58 PM
Find
Tomato Cat Offline
Senior Member

Posts: 287
Threads: 2
Joined: Sep 2012
Reputation: 20
#6
Music  RE: Item Combination Use Problem

What is it you're trying to do?
05-14-2013, 08:04 PM
Find
rjmcfarland Offline
Junior Member

Posts: 23
Threads: 5
Joined: Feb 2012
Reputation: 0
#7
RE: Item Combination Use Problem

(05-14-2013, 08:04 PM)Tomato Cat Wrote: What is it you're trying to do?

So I combined two items that I will use to open a door, but opening a door requires a name (say the name of a key). Does my created item have a name?

(05-14-2013, 08:04 PM)Tomato Cat Wrote: What is it you're trying to do?

I am so sorry. It looks like I fixed my problem. Thanks anyways.


Attached Files
.png   code.png (Size: 8.15 KB / Downloads: 90)
(This post was last modified: 05-14-2013, 08:09 PM by rjmcfarland.)
05-14-2013, 08:07 PM
Find
Tomato Cat Offline
Senior Member

Posts: 287
Threads: 2
Joined: Sep 2012
Reputation: 20
#8
RE: Item Combination Use Problem

Yeah, I think it's asName argument.

PHP Code: (Select All)
GiveItem(stringasNamestringasTypestringasSubTypeNamestringasImageNamefloat afAmount); 

So in your case it's "hammer_and_chipper"
05-14-2013, 08:11 PM
Find




Users browsing this thread: 1 Guest(s)