Difference between revisions of "Script: Des god"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">trigger</span> speech(<span style="color:#800000">"reset"</span>) { <span style="color:#0000FF">if</span> (hasObjVar|<span style="color:#FF0...")
 
(No difference)

Latest revision as of 22:45, 5 October 2018

trigger speech("reset")
{
  if (hasObjVar(speaker, "usedDespiseLvlOneAnkh"))
  {
    bark(this, "You have the object variable I'm looking for.");
    removeObjVar(speaker, "usedDespiseLvlOneAnkh");
  }
  return (0x00);
}