Script Function: Q5VS

From Ultima Online: The Second Age
Revision as of 18:01, 7 October 2018 by Grimoric (talk | contribs) (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">...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 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 ();
 }