Difference between revisions of "Script: Closedflour"
From Ultima Online: The Second Age
(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...") |
(No difference)
|
Latest revision as of 23:49, 5 October 2018
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); }