Skip to content

Commit

Permalink
fixed testbot after map restart
Browse files Browse the repository at this point in the history
  • Loading branch information
plastovicka committed Dec 28, 2024
1 parent 9132582 commit e92217f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 0.83/Installer/Files/rtcw/scripts/def_bot.gm
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ this.ProfileStrafeJump = 0;
// 0 - off, 1 - easy, 2 - medium, 3 - hard, 4 - random
// this.moveskill = 3;

if (this.Name == "testbot") {
this.AddScriptGoal("TestBot");
}

//////////////////////////////////////////////////////////////////////////
// Utility Callbacks

Expand Down

0 comments on commit e92217f

Please sign in to comment.