[This probably relates to NGUI 3&2]
First of, im not good at programming[willing to learn some tough] and i use playmaker mainly[ did learn allot from it that i'm actually applying to scripts].
So i'm making a mech game and was searching for a inventory/equipment menu that i could use to attach weapons to my mech( Just like mechwarrior/mwo).
The example provided with NGUI seemed to good to be true. And it is indeed good, but limited.
My mechs basically have 2 kind of slots(or more,but thats for something later) weapons and rockets.
How the example is setup now is that each item is paired with 1 slot.
Boots go into boots ect.
What i want to do is have multiple weapon slots/rocket slots on a mech and have a gui representing those slots.
And thats where the limitation is.
If you assign an item to a slot name, it will equip on all slots with that name.
I just want to have it like: drag weapon A into slot 1 or 2 or 3 and not all at the same time.
Just like left leg,right leg,left arm,right arm ect.(cant think of any RL examples apart from mechwarrior and heavy gears atm).
Is this possible?
If so, whats the best approach? And if you want to, help.
I'll be sure to share the final scripts if i( or we) succeed so anybody that needs it can use it.