UI Request.



  • Add a suicide this creep button to the creep info pane on the right hand side.
    (like the remove construction button is).

    A bunch of my testing involves just mass killing bunches of selected creeps. and waiting to see if things get fixed by the ai. currently this is a tedious process of

    1) click the creep I want to kill.
    2) Copy the name.
    3) Open Console.
    4) Game.creeps["<pastecreepname>"].suicide();

    Easy enough todo. But takes a while when killing more than a couple.