I followed the tutorial on this page exactly.
Copy/pasted the code too.
Godot AutoLoad Tutorial
It said to add these two lines to each scene as per their template...
func _on_Button_pressed():
Global.goto_scene("res://Scene1.tscn")
func _on_Button_pressed():
Global.goto_scene("res://Scene2.tscn")
However, it generates these errors.
Global not declare in scope
Condition debug parse err line >= 0 is true. returned: __null
Can't use get_node() with absolute paths from outside the active scene tree.
so, that means that the tutorial is wrong.
Also.... why can't I upload images?