Difference between revisions of "Script: Cov3 painting"

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> enterrange(0x01) { systemMessage|<span style="color:#FF0000;font-w...")
 
(No difference)

Latest revision as of 23:44, 5 October 2018

inherits globals;
trigger enterrange(0x01)
{
  systemMessage(target, "You notice something odd about the frame of the painting.");
  return (0x01);
}
trigger use
{
  systemMessage(user, "A small plaque on the bottom of the frame reads: 3-4-1-5.");
  return (0x00);
}