Forum: PogamutUT2004

Reference CTF Bots Error on map CTF-Citadel

Hi, I was just testing your reference 3.3.0 Snapshot bots at map CTF-Citadel (3v3) and it always fails... It writes : "Received fatal error from SyncUT2004BotLogic32, Calling Senses63.kill(), Logic thread stopped." Do you know, what can be wrong?
Hi!

Try to find "the first exception" in the log, i.e., first fatal error ... that will be original reason why your bot has crashed.

Cheers!
Jakub
Thanks for respond, I already have found the error. There are few methods which returns null at some point. But finally I did bot from the beginning... I have last question, If I understand right the method ctf.getOurFlag(). It should returns flaginfo only if someone from our team has seen enemy (or dropped flag) carrying our flag, otherwise null? Am I right? Because now I am manually sending a messages to our team mate with last seen position and I maybe have some issue with this, so it would be easier if that work as I suppose. Thanks