Difference between revisions of "Script: 3740"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">inherits</span> play; <span style="color:#0000FF">trigger</span> creation { setObjVar|<span style="color:#FF0000;font-weight:bold">set...") |
(No difference)
|
Latest revision as of 04:47, 7 October 2018
inherits play;
trigger creation { setObjVar(this, "isInstrument", 0x01); setObjVar(this, "goodSound", 0x38); setObjVar(this, "badSound", 0x39); return (0x00); }