Script: Dummy
From Ultima Online: The Second Age
Revision as of 22:37, 5 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">trigger</span> objectloaded { <span style="color:#FF0000;font-weight:bold">attachScript</span>(this, <span style="color:#8000...")
trigger objectloaded { attachScript(this, "masterdummy"); return (0x01); }
trigger creation { attachScript(this, "masterdummy"); return (0x01); }