BBot - The best bot of the world
if/else in BBot -- HELP PLEASE - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: if/else in BBot -- HELP PLEASE (/thread-12022.html)



if/else in BBot -- HELP PLEASE - luisg0 - 09-30-2013

i have a dude please, because i try to do a condition like

if (position x,y,z) {
blablabla
Exit
}

else {
Label(blablabla)
Exit }

but i dont know how to use it with
Self.positionIN(x1,y1,z1,x2,y2,z2)

///
Please help me to do this condition
THANKS Big Grin


RE: if/else in BBot -- HELP PLEASE - howcraft - 09-30-2013

Self.positionIN(x1,y1,z1,x2,y2,z2)
{hehe}
blablabla
end
[hehe]
label(blabla)
end


something like that in {} if true, in [] if false if understand what i mean