[Solved] Items
How could I do trigger that would destroy/drop item if u pick 2 of the same type.
Also how to do saving system?
Thats what i done so far.
How could I do trigger that would destroy/drop item if u pick 2 of the same type.
Also how to do saving system?
Thats what i done so far.
-
Melee Initialization
-

Events
-


Unit - A unit Acquires an item
-
-

Conditions
-

Actions
-


If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-



If - Conditions
-




(Item-class of (Picked item)) Equal to (Item-class of (Item carried by (Triggering unit) in slot (Size of inventory for (Triggering unit))))
-




(Unit-type of (Triggering unit)) Equal to Paladin
-
-



Then - Actions
-




Item - Remove (Picked item)
-
-



Else - Actions
-




Do nothing
-
-
-
-
Last edited:



