Difference between revisions of "Script Function: Q5VS"

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> Q5VS(<span style="color:#0000FF">obj</span> speaker) { <span style="color:#0000FF">...")
(No difference)

Revision as of 17:01, 7 October 2018

 function void Q5VS(obj speaker)
 {
   if (speaker == Q4SD())
   {
     Q4CG(speaker);
     barkTo(this, speaker, <span style="color:#800000">"You own this shop, just take what you want."</span>);
     return ();
   }
   systemMessage(speaker, <span style="color:#800000">"Select the item you wish to buy. "</span>);
   targetobj(speaker, this);
   return ();
 }