Difference between revisions of "Script Function: Q5QV"

From Ultima Online: The Second Age
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 18:30, 12 October 2018

 function void Q5QV(obj recipient)
 {
   list args = subject, bounty, Q5XI;
   bark(this, "messaging via probe to (" + objtoint(recipient) + ").");
   Q56V(recipient, "bountyInfo", args);
   return ();
 }