Script: Cov3 throne

From Ultima Online: The Second Age
Revision as of 00:42, 6 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">trigger</span> enterrange(0x02) { <span style="color:#FF0000;font-weight:bold">systemMessage</span>(target, <span style="col...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
trigger enterrange(0x02)
{
  systemMessage(target, "A small piece of paper seems to be wedged beneath the throne.");
  return (0x01);
}
trigger use
{
  systemMessage(user, "You seem not to be able to free the note, but upon it you see the writing: 3-4-1-5.");
  return (0x00);
}