Is there a command to stop and log out of game when heal is low/empty??
thanks for your help
command to stop bot...?
Re: command to stop bot...?
You have to check thedinhdong wrote:Is there a command to stop and log out of game when heal is low/empty??
Code: Select all
player.PotionHpUsedCode: Select all
player:logout([true]);
Code: Select all
if (inventory:bestAvailableConsumable("healing") == false) thenThe RoM Bot Online Wiki needs your help!