I'm using WEU but even there i couldn't find any trigger like this:
move item from inventory slot of unit A to inventory slot of unit B
Becaue i wanna to make so if you take a weapon it will be moved at slot position 4 , if shield than at slot position 5 ..configurations i did, but not a trigger
i used already a lot of variants(trying a lot) by each trigger that use words: slot or Item and noone do that thing the only trigger like the same is a drop trigger from slot X ,but i don't need to drop it
nope . it's a single trigger than he will give it to unit at first free slot and if item-class not equal to the item class of being manipulated he will go to the backpack of a hero
That's why i need something like this , but no trigger i know that could do this:
Event: Unit - A unit Acquires an item Condition: (Item-class of (Item being manipulated)) Equal to my class Action if heroes slot 4 is free (this i may do ) then move (Item being manipulated) to slot 4 ( << I COULDN'T DO THIS!!)^^ else Hero - Give (Item being manipulated) to unit owned by the same player (this i may do )