Now I made this trigger to limit the user to use only 2 items for hands (currently you'll see only Dagger but if work ill add...) but for some reason after picking 1 item, it says I use 2.
Here is the way it goes
Can some one solve this ?
Here is the way it goes
-
Acquire Item
-
Events
- Unit - A unit Acquires an item
-
Conditions
- (Item-type of (Item being manipulated)) Equal to Kelen's Dagger of Escape
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (LeftHand Equal to True) and (RightHand Equal to True)
-
And - All (Conditions) are true
-
Conditions
-
Or - Any (Conditions) are true
-
Conditions
- (Item-type of (Item being manipulated)) Equal to Kelen's Dagger of Escape
-
Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
Then - Actions
- Hero - Drop (Item being manipulated) from (Triggering unit)
- Game - Display to (All players matching ((Owner of (Triggering unit)) Equal to (Matching player))) for 5.00 seconds the text: Your hands are both...
-
Else - Actions
- Do nothing
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (LeftHand Equal to False) and (RightHand Equal to False)
-
And - All (Conditions) are true
-
Conditions
-
Or - Any (Conditions) are true
-
Conditions
- (Item-type of (Item being manipulated)) Equal to Kelen's Dagger of Escape
-
Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
Then - Actions
- Set RightHand = True
-
Else - Actions
- Do nothing
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (LeftHand Equal to False) and (RightHand Equal to True)
-
And - All (Conditions) are true
-
Conditions
-
Or - Any (Conditions) are true
-
Conditions
- (Item-type of (Item being manipulated)) Equal to Kelen's Dagger of Escape
-
Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
Then - Actions
- Set LeftHand = True
-
Else - Actions
- Do nothing
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events
Can some one solve this ?
Last edited by a moderator: