Exactly what it says on the tin. I came in first through the stargate from Rigel Aurelius, left without docking with his ship, and headed up the CC gateline to St. Kat’s. Coming back from St. Kat’s, I found another Svarog parked beside the Bela Hecaton stargate.

Screenshot.png
Screenshot.png
the_shrike 27 Oct 2015:

......can you make them fight each other?

assumedpseudonym 27 Oct 2015:

 Probably not without using the debug console, especially since neither can hit the other with the one camped out on top of a planet.

johnbwatson 27 Oct 2015:

Try making more of him by gating in and out. If it works, we know what went wrong.

assumedpseudonym 27 Oct 2015:

 I’ll have to experiment with it later, I’ve already scrapped the savefile on that one. If anyone else cares to give it a shot, though, feel free.

johnbwatson 28 Oct 2015:

Possible foolproof solution, reposted from thread:

Create a global boolean, AntonSpawned. Set it to false. When spawning Anton, set it to true. Only spawn him if it's false.

the_shrike 31 Oct 2015:

Or just code it so that if multiple Anton Nassers are present they fight to the death to determine the TRUE Anton.

nms 19 Jan 2016:

I don't think a global boolean helps because Anton is supposed to appear in multiple systems. You have to check whether he already exists in a given system, or keep a list of systems where he currently exists.