Script Function: Q5RA
From Ultima Online: The Second Age
function void Q5RA(obj it, int status) { int newType = 0x1ECD; if (status) { newType = 0x1ED0; } if (getObjType(it) != newType) { setType(it, newType); } return (); }