For example, I want to make it so that once my hero picks up a weapon, he cannot have another one in his inventory. If he picks up a sword, then tries to pick up another weapon, i need triggers that wont let him do this. Same for shields, so that only one shield and one weapon can be equipped at a time. But if the weapon or shield is dropped, i want to be able to pick up another different weapon or shield.
I tried a variety of triggers
-Conditions
((Hero manipulating item) has an item of type Legion Sword) Equal to True
((Hero manipulating item) has an item of type Iron Ferrite Axe) Equal to True
((Hero manipulating item) has an item of type Legion Axe) Equal to True
((Hero manipulating item) has an item of type Sharpened Axe) Equal to True
((Hero manipulating item) has an item of type Sharpened Sword) Equal to True
((Hero manipulating item) has an item of type Steel Sword) Equal to True
((Hero manipulating item) has an item of type Steel Axe) Equal to True
((Hero manipulating item) has an item of type Titanium Sword) Equal to True
this is a list of all of my weapons, i tried giving the weapons a specific class and the shields a different class
(Item-class of (Item being manipulated)) Equal to Miscellaneous
I have no idea what to try next, i know there is a solution to this, but it is very complicated. If anyone has any idea, let me know
I tried a variety of triggers
-Conditions
((Hero manipulating item) has an item of type Legion Sword) Equal to True
((Hero manipulating item) has an item of type Iron Ferrite Axe) Equal to True
((Hero manipulating item) has an item of type Legion Axe) Equal to True
((Hero manipulating item) has an item of type Sharpened Axe) Equal to True
((Hero manipulating item) has an item of type Sharpened Sword) Equal to True
((Hero manipulating item) has an item of type Steel Sword) Equal to True
((Hero manipulating item) has an item of type Steel Axe) Equal to True
((Hero manipulating item) has an item of type Titanium Sword) Equal to True
this is a list of all of my weapons, i tried giving the weapons a specific class and the shields a different class
(Item-class of (Item being manipulated)) Equal to Miscellaneous
I have no idea what to try next, i know there is a solution to this, but it is very complicated. If anyone has any idea, let me know