Difference between revisions of "Script: Remcriminal"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">inherits</span> globals; <span style="color:#0000FF">trigger</span> callback(0x7D) { <span style="color:#0000FF">if</span> (hasObjVar|...") |
(No difference)
|
Latest revision as of 14:59, 5 October 2018
inherits globals;
trigger callback(0x7D) { if (hasObjVar(this, "criminal")) { removeObjVar(this, "criminal"); } detachScript(this, "remcriminal"); return (0x00); }