Item Fusing Help

Status
Not open for further replies.
Code:
    Events
        Unit - A unit enters <Your region> 
    Conditions
        ((Entering unit) has an item of type Agility Boots) Equal to True
        ((Entering unit) has an item of type Mantle of Intelligence) Equal to True
        ((Entering unit) has an item of type Bracer of Strength) Equal to True
    Actions
        Hero - Drop (Item carried by (Entering unit) of type Agility Boots) from (Entering unit)
        Item - Remove (Last dropped item)
        Hero - Drop (Item carried by (Entering unit) of type Bracer of Strength) from (Entering unit)
        Item - Remove (Last dropped item)
        Hero - Drop (Item carried by (Entering unit) of type Mantle of Intelligence) from (Entering unit)
        Item - Remove (Last dropped item)
        Item - Create The Exodius at ((Owner of (Entering unit)) start location)
        Hero - Give (Last created item) to (Entering unit)

This would work.
Why create at the start location?
No leak
 
Status
Not open for further replies.
Back
Top