Difference between revisions of "Script Function: Q4BY"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4BY(<span style="color:#0000FF">int</span> Q618, <span style="color:#0000FF">list</span>...") |
(No difference)
|
Latest revision as of 03:26, 12 October 2018
function int Q4BY(int Q618, list text) { int Q4V9; string Q56K; int Q4QI; Q4QI = 0x00; Q4V9 = Q618 + 0x01; if (Q4V9 < numInList(text)) { Q56K = text[Q4V9]; if (Q56K == "me") { Q4QI = 0x01; } } return (Q4QI); }