- Joined
- Oct 28, 2019
- Messages
- 523
-
BowmanDrops
-
Events
-
Unit - A unit Loses an item
-
-
Conditions
-
(Unit-type of (Hero manipulating item)) Equal to Archer
-
(Item-type of (Last dropped item)) Equal to Flame Arrow
-
-
Actions
-
Wait 0.01 seconds
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Hero manipulating item) has an item of type Flame Arrow) Equal to True
-
-
Then - Actions
-
Do nothing
-
-
Else - Actions
-
Unit - Remove Flame Arrow (Archer) from (Hero manipulating item)
-
-
-
-