Author Topic: Any way to make bots damage and be damaged? [More info please read]  (Read 494 times)

Any way to make bots damage and be damaged when the person who has those is not in the mini? Because I have an RPG server and I am wondering how they can still be damaged and damage other people when I am gone.

Make sure that the minigame is set to "Include All Players' Bricks".

Make sure that the minigame is set to "Include All Players' Bricks".
It is, I am using slayer, when I leave the mini, bots don't damage and can't be damaged....

Not sure if it will help, but try putting this in console:
Code: [Select]
$DefaultMinigame = Slayer.Minigames.getObject(0);

Not sure if it will help, but try putting this in console:
Code: [Select]
$DefaultMinigame = Slayer.Minigames.getObject(0);
It works, thanks!