Identifier not declae in current scope?

Godot Version

4.1

Question

im making a pac-man clone, im currently making the enemy’s chase state until i encountered something

in the tutorial im using, it tells me to put a function called update_chasing_target_position_timer.start(), but when i put it, the indentifer (update_chasing_target_position_timer) getsan error (in the tutorial, the identifier doesent get any errors)

the error says “Identifier “update_chasing_target_position” not declared in the current scope.”, i dont remember the identifier being put anywhere else in the script, but there is a timer called “updateChasingTargetPositionTimer”

this is the tutorial just incase:

You’re probably missing

oh yeah

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.