From 29f0c3bb6e295cc02b4587ffc8a30b9ccaa7aaaf Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 22 Aug 2003 20:14:04 +0000 Subject: [PATCH] mention self -> @self --- fbxa/bot_qw.qc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fbxa/bot_qw.qc b/fbxa/bot_qw.qc index 04bfd7f..e5b377c 100644 --- a/fbxa/bot_qw.qc +++ b/fbxa/bot_qw.qc @@ -45,6 +45,9 @@ To install on a new mod, do all this: -------------------------------------- FIXME installing and linking instrunctions here -------------------------------------- +* Change all occurrences of "self" to "@self". One way of doing this is to +pass the code through a preprocessor with "-Dself=@self" +-------------------------------------- * Comment out the following functions in defs.qc sound, aim, setspawnparms --------------------------------------