![]() |
If x monster use exori. How to do that? - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: If x monster use exori. How to do that? (/thread-2295.html) |
If x monster use exori. How to do that? - Sathe - 04-07-2012 Ok i got it ;d 1000 {exori} Creatures.Beside=4 Creatures.ByRange(1) Self.Say(exori) RE: If x monster use exori. How to do that? - Dexter - 04-07-2012 (04-07-2012, 10:28 AM)Sathe Wrote: Ok i got it ;d If this above does not work, try this below: Code: 1000 {exori} Creatures.PlayersOnScreen<=1 Creatures.ByRange(1)>X Self.Say(exori) X: Number of creatures. RE: If x monster use exori. How to do that? - junikee - 04-19-2012 1000 {exori ico} Creatures.PlayersOnScreen<=1 Creatures.ByRange(1)>2 Self.Say(exori ico) This would work for exori ico? RE: If x monster use exori. How to do that? - Dexter - 04-19-2012 I guess, but is better you tested. ![]() |