![]() |
Modified variables? - 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: Modified variables? (/thread-16788.html) |
Modified variables? - Garuh - 12-04-2014 Hi! Im are programmer and i want to make a question, its possible modified the variables in the bbot like a other program lenguaje? Like this: A=5 B=2 C=0 C=(A+B)+(A*B)+C (5+2)+(5*2)+0 7+10+0 C=17 Its possible? Its to make something like "while" & "for" to cavebot & macros RE: Modified variables? - damiansnk - 12-04-2014 I think Ye. Look on macro function there is something like that |