PixelHurricane
Junior Member
Posts: 24
Threads: 8
Joined: Jul 2012
Reputation:
0
|
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 |
|
NaxEla
Senior Member
Posts: 415
Threads: 5
Joined: Dec 2012
Reputation:
28
|
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);
|
|
03-14-2013, 06:40 AM |
|
PixelHurricane
Junior Member
Posts: 24
Threads: 8
Joined: Jul 2012
Reputation:
0
|
RE: Having trouble combining items
thanks
|
|
03-14-2013, 03:16 PM |
|