Author Topic: Command to put testclients only on axis side.  (Read 239 times)

Offline SmokingJoePot

  • Rank: Private
  • *
  • Posts: 20
Command to put testclients only on axis side.
« on: May 04, 2011, 08:24:35 pm »
Hi, I really like X4 and I've been playing with the testclients or bots with a friend of mine, what if any is the command to have them spawn only on the axis side?

Offline PatmanSan

  • Administrator
  • Rank: Private
  • *****
  • Posts: 2527
Re: Command to put testclients only on axis side.
« Reply #1 on: May 05, 2011, 05:00:40 am »
ex_bots.gsc

change:

thread addClient(team);

into:

thread addClient("axis");

Offline SmokingJoePot

  • Rank: Private
  • *
  • Posts: 20
Re: Command to put testclients only on axis side.
« Reply #2 on: May 05, 2011, 09:01:38 am »
Thanks, much appreciated.