Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to delete creeps?

Is it possible to delete created creeps? Either through a script or through the GUI?

I could not easily find a way to do this, but it seems like a simple functionality so I imagine it exists, or someone has thought about it or something.

like image 304
tscizzle Avatar asked Nov 22 '14 05:11

tscizzle


1 Answers

You can use Creep.suicide method.

for(var i in Game.creeps) {
    Game.creeps[i].suicide(); // lemmings style!
}
like image 93
artch Avatar answered Oct 16 '22 00:10

artch



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!