Difference between revisions of "Script: Ttest"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">trigger</span> speech(<span style="color:#800000">"*"</span>) { doLocAnimation|<span style="color:#FF0000;font-weight:bold">doLocAnimation</...")
 
(No difference)

Latest revision as of 08:06, 5 October 2018

trigger speech("*")
{
  doLocAnimation(getLocation(this), 0x111C, 0x02, 0x10, 0x00, 0x00);
  return (0x00);
}