Script: Cov3 throne
From Ultima Online: The Second Age
Revision as of 23:42, 5 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...")
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); }