Signup Now
Results 1 to 3 of 3
  1. #1
    Free User
    Join Date
    Nov 2014
    Posts
    2
    Reputation
    10
    Rep Power
    0

    Pause bot with action

    Please anyone can help with a action for pause the bot?

  2. #2
    Helper StaR's Avatar
    Join Date
    Dec 2013
    Location
    Manchester
    Posts
    713
    Reputation
    50
    Rep Power
    22
    Go into Scripter -> Hotkeys and add this:
    if tostring(getsetting('Cavebot/Enabled')) == 'yes' then
    setsetting('Cavebot/Enabled', 'no')
    elseif tostring(getsetting('Cavebot/Enabled')) == 'no' then
    setsetting('Cavebot/Enabled', 'yes')
    end

    Then under the Hotkey column select the key you want to use to pause the bot. I am assuming this what you mean but if not put a message back on here.



  3. #3
    Free User
    Join Date
    Nov 2014
    Posts
    2
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by StaR View Post
    Go into Scripter -> Hotkeys and add this:
    if tostring(getsetting('Cavebot/Enabled')) == 'yes' then
    setsetting('Cavebot/Enabled', 'no')
    elseif tostring(getsetting('Cavebot/Enabled')) == 'no' then
    setsetting('Cavebot/Enabled', 'yes')
    end

    Then under the Hotkey column select the key you want to use to pause the bot. I am assuming this what you mean but if not put a message back on here.
    Thanks sorry

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •