Difference between revisions of "Script: 5142"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">inherits</span> platemail; <span style="color:#0000FF">trigger</span> creation { setObjVar|<span style="color:#FF0000;font-weight:bold...")
 
(No difference)

Latest revision as of 15:32, 6 October 2018

inherits platemail;
trigger creation
{
  setObjVar(this, "plateMailCost", 0x05);
  return (0x01);
}