Difference between revisions of "Script: Dummyuse"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4M8(<span style="color:#0000FF">obj</span> usedon) { return; } <span style="color:...") |
(No difference)
|
Latest revision as of 22:37, 5 October 2018
function void Q4M8(obj usedon) { return; }
trigger use { Q4M8(this); return (0x01); }