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 Having trouble combining items
PixelHurricane Offline
Junior Member

Posts: 24
Threads: 8
Joined: Jul 2012
Reputation: 0
#1
Having trouble combining items

what I am trying to do is have the hammer and stone chipper (Long piece of metal) combine to create a crowbar. trouble is, i used the Giveitem function to obtain the chipper and I can't find out what to name it so the combination works. (stone_chipper, stone_chipper_1, Long piece of metal, Long_piece of metal, etc.)
03-14-2013, 05:16 AM
Find
NaxEla Offline
Senior Member

Posts: 415
Threads: 5
Joined: Dec 2012
Reputation: 28
#2
RE: Having trouble combining items

The name for the chipper will be the internal name that you gave it when you used GiveItem.

GiveItem(string& asName, string& asType, string& asSubTypeName, string& asImageName, float afAmount);

In Ruins [WIP]
03-14-2013, 06:40 AM
Find
PixelHurricane Offline
Junior Member

Posts: 24
Threads: 8
Joined: Jul 2012
Reputation: 0
#3
RE: Having trouble combining items

thanks
03-14-2013, 03:16 PM
Find




Users browsing this thread: 1 Guest(s)