Difference between revisions of "Script: Hinttest"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">inherits</span> [[[[hintupdate|<span style="color:#2B91AF">hintupdate</span>]]]]; <span style="color:#0000FF">trigger</span> creation { <spa...") |
(No difference)
|
Revision as of 21:25, 5 October 2018
inherits [[hintupdate]];
trigger creation { int first; first = random(0x01, 0x0384); callback(this, first, 0x2A)return(0x01); }
trigger callback(0x2A) { hintupdate(0x01, this); callback(this, 0x0384, 0x2A)return(0x01); }