Looking for the best looter for EasyUO? Look Here!
0 Members and 2 Guests are viewing this topic.
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."); }}