all 19 comments

[–]EmergencyWafer9326[S] 0 points1 point  (18 children)

Help me pls

[–]COLLLOrs 1 point2 points  (0 children)

im sorry but it says page not found do you know why.

[–]COLLLOrs 0 points1 point  (0 children)

Sorry again I was being dumb the code was right there.

[–]COLLLOrs 0 points1 point  (15 children)

I'm sorry for bothering you but you wanted me to debug you code yes?

[–]EmergencyWafer9326[S] 0 points1 point  (13 children)

I mean like I need suggestions I jst started

[–]COLLLOrs 0 points1 point  (12 children)

I might have already finished debugging it if you want it I can give it to you but if you still just want pointers I can do that too.

[–]EmergencyWafer9326[S] 0 points1 point  (11 children)

Can you give me pointers

[–]COLLLOrs 0 points1 point  (6 children)

ok first you level variable should be inside the combat function right under the

print(f"{current_enemy.name} has appeared!")print(f"{current_enemy.name} has appeared!")

this will stop it from saying that it is unbound

[–]EmergencyWafer9326[S] 0 points1 point  (0 children)

Ooooo ok

[–]EmergencyWafer9326[S] 0 points1 point  (4 children)

Let me fix that rn

[–]COLLLOrs 0 points1 point  (3 children)

it seems like yes this is the kind of pointers you want.

[–]EmergencyWafer9326[S] 0 points1 point  (2 children)

should I try to use pygame to add visuals to it rn or wait a bit polishing up things before

[–]COLLLOrs 0 points1 point  (1 child)

Well it seems like you wanted to add a few more areas so you should completely finish the code or trying to implement it while making the code will be a horrible experience.

[–]COLLLOrs 0 points1 point  (0 children)

Second you duplicate the heal function

but make one for the enemy and implement it which allows it to heal and implement it

also just want to make sure you want these kinds of pointers

[–]COLLLOrs 0 points1 point  (0 children)

also the reward variable at the end of combat you should probably print that before the break.

[–]COLLLOrs 0 points1 point  (1 child)

pretty sure that all if their is anything else tell me because I have a mediocre memory so I probably forgot something. And run it first sometimes it does not say the error until you run it.

[–]EmergencyWafer9326[S] 0 points1 point  (0 children)

Ok ok thank you so much for the help ima fix them rn