1
Orion UO Client / Re: how to get the name of item ?
« Last post by lbfsiteweb on December 24, 2025, 01:35:28 AM »thank you for answer
Before using this function, i must click on the target item once; otherwise, the output result will still be empty
Before using this function, i must click on the target item once; otherwise, the output result will still be empty
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.");
}
}

Recent Posts
