Difference between revisions of "Script Function: Q53O"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q53O(<span style="color:#0000FF">obj</span> Q4XN, <span style="color:#0000FF">int</span> s...") |
(No difference)
|
Latest revision as of 05:17, 12 October 2018
function int Q53O(obj Q4XN, int start, int stop) { lockLevel = random(start, stop); setObjVar(Q4XN, "lockLevel", lockLevel); return (0x01); }