Script Function: Q5QV

From Ultima Online: The Second Age
Revision as of 18:30, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q5QV(<span style="color:#0000FF">obj</span> recipient) { <span style="color:#0000FF...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q5QV(obj recipient)
 {
   list args = subject, bounty, Q5XI;
   bark(this, "messaging via probe to (" + objtoint(recipient) + ").");
   Q56V(recipient, "bountyInfo", args);
   return ();
 }