01-08-2013, 01:38 PM
Hello,
I'm trying to make macro and i dont know how to do it in bbot so i wrote it in PHP to show you what im trying to do.
if(Self.Inventory.Ammunition(3277) < 2){
Self.Equip.LeftHand(3208);
Exit;
}
else{
Self.Equip.LeftHand(3277)
Exit;
}
How to make from it BBOT Macro??
Ill give reputation for fastest answer
I'm trying to make macro and i dont know how to do it in bbot so i wrote it in PHP to show you what im trying to do.
if(Self.Inventory.Ammunition(3277) < 2){
Self.Equip.LeftHand(3208);
Exit;
}
else{
Self.Equip.LeftHand(3277)
Exit;
}
How to make from it BBOT Macro??
Ill give reputation for fastest answer