exori if out of SD's - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Free Scripts (https://forums.bmega.net/forum-10.html) +--- Thread: exori if out of SD's (/thread-18944.html) |
exori if out of SD's - Catar - 12-12-2015 Macro to use exori if you run out of SD's. Use it with advanced attack Code: 0 {exoriSD} target:=Creature.Attacking() ileSD:=Misc.ItemCountEx(3155) !ileSD!>=1 [else] Creature.ShootOn(!target!, 3155) exit() {else} Self.Say(exori vis) exit() |