Difference between revisions of "Script: Defbonus1"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">inherits</span> defbonus; <span style="color:#0000FF">member</span> <span style="color:#0000FF">int</span> Q4H7; <span style="color:#0000F...")
 
(No difference)

Latest revision as of 23:50, 5 October 2018

inherits defbonus;
member int Q4H7;
trigger creation
{
  Q4H7 = 0x32;
  Q424(this, Q4H7 / 0x0A);
  return (0x01);
}