Script: Cov3 painting

From Ultima Online: The Second Age
Revision as of 00:44, 6 October 2018 by Grimoric (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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);
}