How do you use pets?

Thanks for the effort, I appreciate it!
I can beat the level, but I was hoping to add some more creative tools to the arsenal. I can’t get the pet to work on other levels (not pet-centered) either:(

3 Likes

When is the metalic spider going to release? It seems like it can attack.

2 Likes

The Metallic Spider is currently an ogre-only pet.

It wouldn’t be fair if only the humans had pets!

5 Likes

What level do the ogres use it in?

1 Like

They don’t yet. They’re still training it.

3 Likes

From experience, I know that pets unfortunately can't collect coins, only health potions.

2 Likes

And keys, in some levels.

Although you don’t usually want mushrooms, pets are capable of fetching mushrooms :slight_smile:

2 Likes

From experience, I know that pets unfortunately can’t collect coins, only health potions.

Some pets might have different abilities.

4 Likes

But the ones currently availible (the Cougar and the Wolf Pup) can only collect health potions (and keys, I think)

3 Likes

4 Likes

Yeah, they collect keys. :smiley_cat: :key:

3 Likes

I recently got a raven as a pet but my pet won’t collect any key.

3 Likes

That’s weird. Maybe that’s the old version of the raven that can’t collect keys. The new version is currently being developed, and hopefully that can collect keys.
I use the Wolf Pup and that works just fine.

2 Likes

What level are you playing that the Raven can’t pick up keys?

4 Likes

how do you get the raven. EDIT Never mind

3 Likes

The level that am playing on is Mushroom Noise.

3 Likes

Even my wolf pup and my cougar won’t pick up any key.:confused:

3 Likes

I think there might be something wrong with your code :slight_smile:

Works on my end.

4 Likes

Ok here is my code.

def onSpawn (event):
    pet.findNearestByType("potion")
    pet.fetch("potion")
    pet.findNearestByType("gold-key")
    pet.fetch("gold-key")

skeleton = pet.findNearestByType("skeleton")
pet.on("spawn", onSpawn)
4 Likes