Script: 3764

From Ultima Online: The Second Age
Revision as of 18:09, 5 October 2018 by Grimoric (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
inherits play;
trigger creation
{
  setObjVar(this, "isInstrument", 0x01);
  setObjVar(this, "goodSound", 0x4C);
  setObjVar(this, "badSound", 0x4D);
  return (0x00);
}