Code_Vexing
Results
1
comments of
Code_Vexing
In a file named "PeriphPanel.gd" I have the following: ```swift func _ready(): var foobar = load("res://DEVICES/generic_device.tscn").instance() $devList.add_child(foobar) foobar.set_prog("res://DEVICES/CUSTOM/Addition.py") foobar.prog.handler("It Works!") ``` Where it throws the error: `Invalid call. Nonexistent function...