Script Function: Q5VS

From Ultima Online: The Second Age
Jump to: navigation, search
 function void Q5VS(obj speaker)
 {
   if (speaker == Q4SD())
   {
     Q4CG(speaker);
     barkTo(this, speaker, "You own this shop, just take what you want.");
     return ();
   }
   systemMessage(speaker, "Select the item you wish to buy. ");
   targetobj(speaker, this);
   return ();
 }