I don’t know what I’m doing wrong. Here is the problem code:
if soldier != on:
hero.say(soldier.id)
Can someone please help me?
I don’t know what I’m doing wrong. Here is the problem code:
if soldier != on:
hero.say(soldier.id)
Can someone please help me?
can you please tell us what the problem is when you run your code?
As @123hi123 mentioned. We need more information about your problem. Such as the error it gives when you run it, what happens when you run it, and also a screenshot would be advised…
if soldier != on: # here is the hidden fault
He’s comparing an object ( a soldier ) with a boolean value. Only check if on
( onCircle(soldier, circleRadius) ) is true or false
Thanks @123hi123 @Luke10 and @xython for replying. The problem was that I would say the names of soldiers even if they are in the circle. However, thanks to xython’s post, the problem is solved. Again, thank you for replying!
You’re Welcome @Fenith!