08-19-2012, 04:42 PM
(08-19-2012, 03:10 PM)Kimoszin Wrote:Code:1000 {Equip Ring} Creatures.OnScreen()>1 Self.Equip.Ring(3049)
1000 {UnEquip Ring} Creatures.OnScreen()<=1 Self.UnEquip.Ring(0)
I finally did it! look
Code:
1000 {Equip Stealth Ring} 1000 {Equip Ring} Creatures.OnScreen()>1 Creatures.ByName(cyclops, cyclops drone, cyclops smith) Self.Equip.Ring(3049)
I just needed to specify the creatures for the macro goto next step :D ty for your help with the other one :)