Trying to put down a bed "Gilt Blackwood Coffin" with ID = 8000059 then sleep in it and pick it back up
I put it down on my own first then looked up the X, Y, Z and turnAngle
var CoffinDoodad = getDoodads().Where(x => x.name.Contains("Gilt Blackwood Coffin") && x.dist(me)<30).OrderBy(x...