Script Function: Q5I6
From Ultima Online: The Second Age
function string Q5I6(obj this) { list Q5JT = "dungn"; string dest = Q5JT[random(0x00, numInList(Q5JT) - 0x01)]; if (isInArea(dest, getLocation(this), 0x00)) { dest = Q5I5(this); } return (dest); }