The Fierce Forces Topic

i have a problem i was able to win@johnathonal…, so will i get extra points?


What happened to it?

haste
20chars

But how can i make it?

hero.cast("haste", lane)

i think

1 Like

Who is holding the highest score among 0-11 year olds, does anyone know?

1 Like


hey @porter119 is this you?

2 Likes

Sorry @porter119!!:sweat_smile::sweat_smile::sweat_smile:

1 Like

that’s fine, i don’t care if you ping me
and yeah, that’s me

2 Likes

I fixed the code with your help, but it doesn’t send a snail and two orbs in the empty lane, lane 2 once. not even when there are enemies on it.

maybe, there were 5 orbs and you couldn’t send orbs.
in this ladder, you can’t send more than 5 units per kind.

wait, enemy.strength is undefined. use enemy.speed and enemy.health .
(undefined of python…?)

Has anyone encountered this situation?
This element hasn’t touched the fireball yet, but why can it push the fireball?

Read the hints, page 6.
hint 6/6.
To much to write down here. :slight_smile:

There’s all the answers to your question.

Hope that helps

1 Like

Here is a link to the Anti Gravity patch notes for anyone who is interested. "Anti Gravity" Patch Notes

Hi, we’ll stop farming each other in anti-gravity because it makes me feel uncomfortable

You deleted the post so I assume you figured it out, but the problem was you need to have a variable for lanes. You can’t have a variable for lane and have that type of for loop.

lanes = [1, 0, 2]
for lane in lanes:
     #whatever code you wanted here.

Look at my example, when I use lane, I use 1 the first time the code runs. In yours, you assigned lane with a variable (I would assume), and then told it that lane = whatever the first lane in the lanes group was without defining lanes first.

you mean me?I remember I didn’t ask about the code, just because I sent the wrong message at that time. Sorry

Ohhh. I see. sorry about that. :face_with_hand_over_mouth: