A variable doesn't work

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Io

Good morning,
i was trying to design a 3d RPG with Godot Engine, which I find the best program to create video games I have tried, however I wrote some scripts and I get these errors:
Parser Error: The method "get_parent" isn't declared in the current class.e
Parser Error: The method "get_parent" isn't declared in the current class.
Could you tell me how to fix it?
Thanks

To get help, you’ll likely want to provide a few more things:

  • Post the entire script that’s causing the error
  • Describe the layout of your scene tree (or provide an image)
  • Define what node in the scene tree the offending script is connected to.

jgodfrey | 2020-11-28 18:23

what type of node is the script on?

jzzzzz | 2020-12-01 23:02

OP wrote get_parent(), but the underscore got swallowed by the Markdown formatting. I edited their post accordingly.

Use `` for inline code blocks (surround your code with backticks), and prepend multiline code blocks with four spaces for each line (not a tab).

Calinou | 2020-12-01 23:51