Script: Housedeedweaver

From Ultima Online: The Second Age
Revision as of 22:21, 5 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">inherits</span> housedeed; <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4WV(<span style="color:#0000...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
inherits housedeed;
function void Q4WV(obj Q5AO, loc Q5CV)
{
  obj Q63A;
  if (Q5AO != NULL())
  {
    setZ(Q5CV, getZ(Q5CV) + 0x07);
    setX(Q5CV, getX(Q5CV) - 0x01);
    setY(Q5CV, getY(Q5CV) - 0x02);
    Q63A = createGlobalObjectAt(0x1019, Q5CV);
    Q4X0(Q63A);
    setX(Q5CV, getX(Q5CV) + 0x02);
    Q63A = createGlobalObjectAt(0x1061, Q5CV);
    Q4X0(Q63A);
    setX(Q5CV, getX(Q5CV) + 0x01);
    Q63A = createGlobalObjectAt(0x1062, Q5CV);
    Q4X0(Q63A);
  }
  return ();
}