1
Orion UO Scripts / Re: Altiric's Amazing All-Skills Trainer
« Last post by dustwing on May 07, 2026, 08:55:34 AM »I am here
thanks for the script)
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.");
}
}