From 2079867597dd956c348db254360e6bc12fa7357f Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 21 Feb 2003 16:08:41 +0000 Subject: [PATCH] mention the waypoint files --- fbxa/bot.qc | 6 ++++++ fbxa/bot_qw.qc | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/fbxa/bot.qc b/fbxa/bot.qc index 5fe5fec..ee22a28 100644 --- a/fbxa/bot.qc +++ b/fbxa/bot.qc @@ -48,6 +48,12 @@ Place all included bot*.qc files in the subdirectory "frikbot" in your source folder, then... * Add the following lines to progs.src right after the defs.qc line +frikbot/map_dm1.qc +frikbot/map_dm2.qc +frikbot/map_dm3.qc +frikbot/map_dm4.qc +frikbot/map_dm5.qc +frikbot/map_dm6.qc frikbot/bot.qc frikbot/bot_way.qc frikbot/bot_fight.qc diff --git a/fbxa/bot_qw.qc b/fbxa/bot_qw.qc index 9491c23..e2d6c6c 100644 --- a/fbxa/bot_qw.qc +++ b/fbxa/bot_qw.qc @@ -49,6 +49,12 @@ Place all included bot*.qc files in the subdirectory "frikbot" in your source folder, then... * Add the following lines to progs.src right after the defs.qc line +frikbot/map_dm1.qc +frikbot/map_dm2.qc +frikbot/map_dm3.qc +frikbot/map_dm4.qc +frikbot/map_dm5.qc +frikbot/map_dm6.qc frikbot/bot_qw.qc frikbot/bot_way.qc frikbot/bot_fight.qc