Difference between revisions of "Script Function: Q4YA"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4YA(<span style="color:#0000FF">obj</span> user, <span style="color:#0000FF">obj</span> t...") |
(No difference)
|
Latest revision as of 04:08, 10 October 2018
function int Q4YA(obj user, obj this) { int locked = 0x00; if (hasObjVar(this, "isLocked")) { locked = getObjVar(this, "isLocked"); } return (locked); }