Omar Hammami

Results 2 comments of Omar Hammami

@Codified-Vexing try using the class this way: ``` func _ready(): var foobar = load("res://DEVICES/generic_device.tscn").instance() $devList.add_child(foobar) foobar.call("set_prog", "res://DEVICES/CUSTOM/Addition.py") foobar.prog.handler("It Works!") ```

I have the same problem but in diffrent stage ``` media-autobuild_suite (64bit): compiling audio tools Starting 64bit compilation of audio tools rm: unknown option -- g Try 'rm --help' for...