Thread: Enabling EQBOTS
View Single Post
  #1  
Old 12-31-2008, 09:29 AM
LeftRoad
Sarnak
 
Join Date: Aug 2005
Location: Maine
Posts: 38
Default Enabling EQBOTS

Some of the bots threads are painfully large, so excuse me if this was asked elsewhere. I run a Linux server and saw that you can enable bots with a preprocessor command for Windows. Is there a similar way to get it running in Linux? Passing it to the makefile? I know I can probably just add...
Code:
#ifndef EQBOTS
     #define EQBOTS 1
#endif
into a code file, but which file would be the preferred place?

Bots sound very interesting and I'd love to try them out. Could this be something better suited for a new rule to make life easier on some of us?
Reply With Quote