GDQuest / learn-gdscript

Learn Godot's GDScript programming language from zero, right in your browser, for free.
https://gdquest.github.io/learn-gdscript/
Other
2.04k stars 149 forks source link

20. Strings Lesson 2 Issue with different variable names. #972

Open 228Q922 opened 1 month ago

228Q922 commented 1 month ago

All animations play out in the correct order. The error statement given was telling me my animations aren't playing out supposedly due to me not calling the function. Code and log below:

func run(): combo = ["jab", "jab", "uppercut"] for number in combo: play_animation (number)

gdquest-1722187700109.log