Script Function: Q5T0
From Ultima Online: The Second Age
function void Q5T0() { list Q45T; getObjListVar(Q45T, this, "oracleMessages"); if (numInList(Q45T) < 0x01) { bark(this, "No messages are set."); return (); } string Q51K; string t; list Q663; for(int i = 0x00; i < numInList(Q45T); i++) { copyList(Q663, Q45T[i]); Q51K = Q663[0x00]; t = Q663[0x01]; bark(this, "'" + t + "', Keyword: '" + Q51K + "'.'"); } return (); }