I also used hero.findActiveAnomalies, didn’t work
try this instead:
for i in hero.findActiveAnomolies():
if i['name'] == 'push':
hero.special('pull', i['x'], i['y'])
put it in a function and find a way to integrate it with your code
1 Like
Thanks very much! Maybe this helps me a lot! ![]()
No problem, you can also use this with teleport to counter teleports. Just find a way to integrate it well.
Do I need to check if the teleport endX is < 60?
Only for the push. I’d counter the teleport anywhere.
if i['name'] == 'push' and i['x'] > 60:
(code)
ok thanks! Good luck on coding, bye!
![]()
you too, see ya on the board
Thx, I am only 0-11, but I am using another gmail account
You know lots for your age, keep at it

