ContainerOf
Posted: 2004-09-17 22:09:19
Anyone can tell me why this doesn't work?
if (UO.ContainerOf(obj)==0xFFFFFFFF) then
UO.Print("The Object is on earth")
end if
I absolutely can't know if an object is on the ground. I also tried =="0xFFFFFFFF" but nothing too.
if (UO.ContainerOf(obj)==0xFFFFFFFF) then
UO.Print("The Object is on earth")
end if
I absolutely can't know if an object is on the ground. I also tried =="0xFFFFFFFF" but nothing too.