Page 1 of 1

How to DEACTIVATE bots if the button isn't showing

PostPosted: Tue Jan 20, 2026 3:43 pm
by Glyph
Hi all - Many of you have noticed that the Deactivate button doesn't always appear in the War Room when you have bot(s) Active but not doing anything. This happens when the last bot in your Active list is busy (in a mission, etc) and stops the button from appearing when it should.

Image

As a workaround, you can use this snippet of Javascript to add the button to the form when you need it, similar to the earlier CR form workaround.

You'll need to use the javascript console for this, but hopefully the following steps are clear even if you're not comfortable with the techie side.

  1. Go to your War Room
  2. On that page, hit F12 to open the Developer tools
  3. Go to the Console tab (top left of the Developer window on Chrome / Firefox)
  4. Copy-paste the code below into the console where the flashing cursor is and hit Enter - the 'select all' button doesn't seem to work on the forum, but you can just drag-select it. It should all be on one line in the console.
    Code: Select all
    document.querySelector("form[name=deactivate_tfs]").insertAdjacentHTML('beforeEnd','<button type="submit" class="btn btn-primary">Deactivate Transformer(s)</button>')

If done correctly, this will add a temporary 'Deactivate' button to the Active section. Select the bot(s) to deactivate and click the button as normal. (Tested on Chrome/Firefox; if you're using another browser the steps should be similar.)

Hope the steps above can help out anyone affected by the bug! If you have any trouble with it, drop a reply here and I'll try to help.

Re: How to DEACTIVATE bots if the button isn't showing

PostPosted: Wed Feb 11, 2026 8:47 pm
by steve2275
s o a f b
help
Chrome/ Version 138.0.7204.184 (Official Build) (64-bit)

Re: How to DEACTIVATE bots if the button isn't showing

PostPosted: Wed Feb 11, 2026 9:30 pm
by Glyph
Should work in Chrome exactly as above?

Starting here (last bot blocking the Deactivate button):
war-room1.jpg


Press F12 to get the Developer Tools window:
devtools.jpg


Click on the Console tab:
(edit: you probably won't have the red blocked error messages I have in the screenshot, just ignore them)
console.jpg


Copy & paste the code above and hit Enter:
(Note: looks like Chrome has added a security feature where it won't let you paste into the Console prompt by default - if you get that warning when you try to paste, just type "allow pasting" to enable it as stated in the warning)
command.jpg


Button added as soon as you hit Enter, deactivate bots as normal:
war-room2.jpg


Hope that explains it!

Re: How to DEACTIVATE bots if the button isn't showing

PostPosted: Thu Feb 12, 2026 6:58 pm
by steve2275
screw it ill just wait
thanks for trying

Re: How to DEACTIVATE bots if the button isn't showing

PostPosted: Thu Feb 19, 2026 10:28 am
by Seibertron
I think this has been fixed. I don't have any characters doing anything. Can you guys confirm that I fixed the deactivate bug?

Re: How to DEACTIVATE bots if the button isn't showing

PostPosted: Thu Feb 19, 2026 1:00 pm
by Dragonslayer
Just checked mine, it appears to be working with one bot deployed and the other 5 just active.

Re: How to DEACTIVATE bots if the button isn't showing

PostPosted: Thu Feb 19, 2026 1:22 pm
by Glyph
Yep, looks like it's working properly now. Thanks Ryan.

deactivate.png

Re: How to DEACTIVATE bots if the button isn't showing

PostPosted: Mon Feb 23, 2026 5:08 pm
by steve2275
Glyph wrote:Yep, looks like it's working properly now. Thanks Ryan.

deactivate.png
thank you indeed