Difference between revisions of "Script: Desc"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">trigger</span> speech(<span style="color:#800000">"descr"</span>) { <span style="color:#0000FF">string</span> desc; <span style="color:#000...")
 
(No difference)

Latest revision as of 23:47, 5 October 2018

trigger speech("descr")
{
  string desc;
  loc Q5M7;
  loc Q4VS = getLocation(speaker);
  int x = (getLocalizedDesc(desc, Q5M7, Q4VS, Q4VS));
  bark(this, desc);
  return (0x00);
}