![]() |
Macro ask ~Mega - 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: Macro ask ~Mega (/thread-15528.html) |
Macro ask ~Mega - mr. Kris - 07-14-2014 Can we make second level "else" function? ex. IF xxxxxxx do yyyyyyy ELSE, IF zzzzzzz do ssssss ELSE do ddddddd. RE: Macro ask ~Mega - Dexter - 07-14-2014 Existis. Example: [macro]1000 {Macro Sample} Self.Health%()>=90 [else] Self.Say(exura) {else} Self.Health%()>=60 Self.Health%()<90 [else2] Self.Say(exura gran) {else2} Self.Health%()<60 [else3] Self.Say(exura vita) {else3} Self.Say(No need heal!!! ![]() RE: Macro ask ~Mega - mr. Kris - 07-14-2014 Very helpful thanks ![]() |