Difference between revisions of "Script: 4827"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">inherits</span> globals; <span style="color:#0000FF">trigger</span> use { <span style="color:#0000FF">int</span> Q68J; setType|<spa...")
 
(No difference)

Latest revision as of 14:40, 6 October 2018

inherits globals;
trigger use
{
  int Q68J;
  setType(this, 0x12DC);
  setType(this, 0x12DD);
  detachScript(this, "4827");
  return (0x00);
}