Item class

Status
Not open for further replies.
Level 13
Joined
Oct 28, 2019
Messages
523
  • Untitled Trigger 006
    • 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 being manipulated) Not equal to (Item carried by (Triggering unit) in slot (Integer A))
              • (Item-class of (Item being manipulated)) Equal to (Item-class of (Item carried by (Triggering unit) in slot (Integer A)))
            • Then - Actions
              • Hero - Drop (Item being manipulated) from (Triggering unit).
              • Game - Display to (All players) the text: Warning: You alread...
              • Custom script: exitwhen true
            • Else - Actions
I´ve done this and its ok, but has other problem, the hero can pick 2 rings, but with this trigger only 1 is permited. Need Help
 
Status
Not open for further replies.
Top