Difference between revisions of "Script: Killdye"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">trigger</span> creation { <span style="color:#0000FF">int</span> Q642 = getObjType|<span style="color:#FF0000;font-weight:bold">getObjType</...") |
(No difference)
|
Latest revision as of 20:11, 5 October 2018
trigger creation { int Q642 = getObjType(this); if (Q642 == 0x0FA9) { deleteObject(this); } return (0x01); }