Script: Closedflour

From Ultima Online: The Second Age
Revision as of 00:49, 6 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">inherits</span> globals; <span style="color:#0000FF">trigger</span> use { <span style="color:#0000FF">int</span> Q62A = getObjType|<sp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
inherits globals;
trigger use
{
  int Q62A = getObjType(this);
  switch (Q62A)
  {
  case 0x1039
    setType(this, 0x103A);
    attachScript(this, "4154");
    detachScript(this, "4153");
    break;
  case 0x1045
    setType(this, 0x1046);
    attachScript(this, "4166");
    detachScript(this, "4165");
    break;
  }
  return (0x00);
}