Difference between revisions of "Script: Shipnakedhack"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">inherits</span> globals; <span style="color:#0000FF">trigger</span> serverswitch { shortcallback|<span style="color:#FF0000;font-weigh...") |
(No difference)
|
Latest revision as of 14:05, 5 October 2018
inherits globals;
trigger serverswitch { shortcallback(this, 0x08, 0x5E); return (0x01); }
trigger callback(0x5E) { sendPlayerZmoveStuff(this); detachScript(this, "shipnakedhack"); return (0x01); }