Script: Fixall

From Ultima Online: The Second Age
Revision as of 22:55, 5 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">trigger</span> creation { <span style="color:#0000FF">list</span> Q5J1; getPlayersInRange|<span style="color:#FF0000;font-weight:bold">ge...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
trigger creation
{
  list Q5J1;
  getPlayersInRange(Q5J1, getLocation(this), 0x270F);
  int Q55T = numInList(Q5J1);
  for(int i = 0x00; i < Q55T; i++)
  {
    attachScript(Q5J1[i], "fixme");
  }
  bark(this, "fixme should have been run on all players now.");
  detachScript(this, "fixall");
  return (0x01);
}