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
How combine items?
Moderator: George Gilbert
Forum rules
Please read the Forum rules and policies before posting. You may
to help finance the hosting costs of this forum.
Please read the Forum rules and policies before posting. You may

Re: How combine items?
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.
- Lord_BoNes
- Jack of all trades
- Posts: 1064
- Joined: Mon Dec 01, 2008 12:36 pm
- Location: Ararat, Australia.
Re: How combine items?
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.

1 death is a tragedy,
10,000,000 deaths is a statistic.
- Joseph Stalin
Check out my Return to Chaos dungeon launcher
And my Dungeon Master Clone
Re: How combine items?
Ok figured out this, item which is combine must have: convert>combine>convert on event>(new item)