| Attention | Topic was automatically imported from the old Question2Answer platform. | |
| Asked By | nikkibella |
My debugger has been showing stack frames. I’m quite unsure how to fix it? And I’m also pretty unsure what the exact definition is and why they appear?
It says:
0- func change_room
1- func initialize(starting_room)
2- func _ready
It also says "invalid get index ‘exits’ (on base: “Nil”).
I’ve been trying to fix this on my own for some time but I’m stuck. I feel like it’s a pretty simple problem, but it’s kinda hard when you’re new to programming.