Page 1 of 1

How combine items?

Posted: Sun Nov 28, 2010 12:01 pm
by Zed5Duke
For example have item in each hand, use one and both combine into something new.

left hand: item 1
right hand: item 2
use them create item 3 and they disappear

Re: How combine items?

Posted: Sun Nov 28, 2010 12:36 pm
by beowuuf
I thinbk you create an action called 'combine' and have it trigger a wall_action that uses the 'combine' command which takes in two items in the hand as agruments.

Re: How combine items?

Posted: Fri Mar 18, 2011 1:45 pm
by Lord_BoNes
You could also use SWAP_CHARACTER_HANDS to remove the 2 items, and then CREATE_NEW_IN_HAND. It's the long way around, but it may be what you want.

Re: How combine items?

Posted: Tue May 10, 2011 10:04 am
by Zed5Duke
Ok figured out this, item which is combine must have: convert>combine>convert on event>(new item)