function _message_call(data) { local compile_string = "try { " + data["data"] + " } catch(id) { print(\"[PyG2O] Error white executing the code: \" + id + \"\\nCode: " + data["data"] + "\"); return null; }"; local result = compilestring(compile_string)(); _send({"uuid": data["uuid"], "data": result}); }