Script: Hinttest

From Ultima Online: The Second Age
Revision as of 22:25, 5 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">inherits</span> [[[[hintupdate|<span style="color:#2B91AF">hintupdate</span>]]]]; <span style="color:#0000FF">trigger</span> creation { <spa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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);
}