- Joined
- Mar 21, 2020
- Messages
- 14
Hello, I want to make that Hero can not have same items in slot. What I am doing wrong? I am new on editor, so if you can copy from your trigger I will be grateful. 
-
Item AntiStacking
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
Actions
-
For each (Integer A) from 1 to 6, do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Item-type of (Item being manipulated)) Equal to (Item-type of (Item carried by (Triggering unit) in slot (Integer A)))
-
-
Then - Actions
-
Hero - Drop (Item being manipulated) from (Hero manipulating item)
-
Game - Display to (Player group((Owner of (Hero manipulating item)))) the text: You cannot carry sa...
-
-
Else - Actions
-
-
-
-
-