Script Function: Q457
From Ultima Online: The Second Age
function void Q457(obj Q4XN, int Q5L3, string Q65M, string text) { string Q5LV = Q65M; concat(Q5LV, ": "); string Q4EA; loc Q4XS = getLocation(Q4XN); Q4EA = "("; Q4EA = Q4EA + getX(Q4XS); concat(Q4EA, " "); Q4EA = Q4EA + getY(Q4XS); concat(Q4EA, " "); Q4EA = Q4EA + getZ(Q4XS); concat(Q4EA, ") "); concat(Q5LV, Q4EA); concat(Q5LV, text); addHelpRequestToQueue(Q4XN, Q5L3, 0x00, Q5LV); Q4EH(Q4XN, Q5L3); return (); }