![]() |
Stop Reconnect or function 'if' - 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: Stop Reconnect or function 'if' (/thread-14051.html) |
Stop Reconnect or function 'if' - mr. Kris - 02-18-2014 Hello. I have questions about functions. Is it on this bot function who can stop reconnect module? And maby exist fuction 'if' on macro programming? Bless You RE: Stop Reconnect or function 'if' - Dexter - 02-18-2014 Quote:Is it on this bot function who can stop reconnect module? Not yet. Quote:And maby exist fuction 'if' on macro programming? If function: [else] and {else} Ex: [macro]3000 {ChangeSoftToBoh} Self.Mana()<=100 [jump] Self.Equip.Boots(ID_SOFT) Exit() {jump} Self.Mana()>=300 Self.Equip.Boots(ID_BOH) Exit()[/macro] |