func _ready():
for c in [
$CenterContainer/VBoxContainer/status_main,
$CenterContainer/VBoxContainer/status_sub,
$CenterContainer/VBoxContainer/error_main,
$CenterContainer/VBoxContainer/error_sub,
]:
c.hide()
MPF.server.status_changed.connect(self._on_status)
self._on_status(MPF.server.status)
NEW
[11:13 PM]
is cant parse this section from base (edited)
NEW
[11:14 PM]
null instance on a null instance
the only thing i cant work out how to do is when u start a new scene whats the process of selecting the root node to be mpf sliide? i used a copy of ernies base and i got same error