# Infinite Inferno unable to findEnemies

**URL:** https://discourse.codecombat.com/t/infinite-inferno-unable-to-findenemies/28402
**Category:** Level Help
**Created:** [April 14, 2021, 10:57pm UTC](https://discourse.codecombat.com/t/infinite-inferno-unable-to-findenemies/28402 "2021-04-14T22:57:04Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![WaWa\_Yang](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/wawa_yang/32/17800_2.png) [@WaWa\_Yang](https://discourse.codecombat.com/u/WaWa_Yang)
#### Post date: [April 14, 2021, 11:46pm UTC](https://discourse.codecombat.com/t/infinite-inferno-unable-to-findenemies/28402/2 "2021-04-14T23:46:04Z")

</div>

Hello and welcome to codecombat discourse! This is a cozy forum where you can share ideas, share fan art, get assistance for code, etc! Before you proceed, we hope that you review [this topic](https://discourse.codecombat.com/t/welcome-to-codecombat-discourse-forums/15601), which shows all essentials of this board! Thanks!

you should do it like enemies = champion.findEnemies()  
since its not really you that is doing the work (your basically a crystal)  
and followed by a for loop

```python
if enemy:
    for enemy in enemies();
        (your code)

```

also im not sure print works here

---

_[View the full topic](https://discourse.codecombat.com/t/infinite-inferno-unable-to-findenemies/28402)._
