Script: Desc

From Ultima Online: The Second Age
Jump to: navigation, search
trigger speech("descr")
{
  string desc;
  loc Q5M7;
  loc Q4VS = getLocation(speaker);
  int x = (getLocalizedDesc(desc, Q5M7, Q4VS, Q4VS));
  bark(this, desc);
  return (0x00);
}