i have a compiler error

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

i`m new to coding and i was following an official tutorial for your first game on the Godot website and it says to use the identifier “extends” but now the compiler says the identifier is not valid
Plz help

-Sam

need a piece of your codes

volzhs | 2019-04-02 13:08

0k so my so my compiler says that this is: “parser error:end of expected statement after extends”

pointlessperson1 | 2019-04-03 04:45

:bust_in_silhouette: Reply From: ZBot

Maybe post the line which causes the error, the debugger should point out which line.

can you say that more simple because i am not a programmer

-sam

PS don`t take any offence

pointlessperson1 | 2019-04-03 04:42

I am also learning so no offence here.
It’s true that some errors don’t display the line but 90% will.

Something like this if you click on the error at the debugger : “65:2” for example

ZBot | 2019-04-11 14:12