1
Submit your Script / Re: idoc barrel killer
« Last post by stevenintx on January 21, 2026, 09:52:01 PM »was still working for me makre u on left side 3rd barrel. log off and back in 5 mins to may be to fix
Here is an example.
function PrintNameBySerial() {
var obj = Orion.FindObject('0x072AC317'); // Replace with actual serial
if (obj) {
Orion.Print("Object name: " + obj.Name());
} else {
Orion.Print("Object not found.");
}
}