Difference between revisions of "Script: Sha rune daemon"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">inherits</span> globals; <span style="color:#0000FF">trigger</span> speech(<span style="color:#800000">"godStart"</span>) { callback|<...") |
(No difference)
|
Revision as of 14:13, 5 October 2018
inherits globals;
trigger speech("godStart") { callback(this, 0x02, 0x24); return (0x00); }
trigger creation { callback(this, 0x02, 0x24); setType(this, 0x01); return (0x00); }
trigger callback(0x24) { list Q5DQ; [[messageToRange|messageToRange]](getLocation(this), 0x03, "switchType", Q5DQ); callback(this, 0x02, 0x24); return (0x00); }