Script: Des god

From Ultima Online: The Second Age
Revision as of 23:45, 5 October 2018 by Grimoric (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
trigger speech("reset")
{
  if (hasObjVar(speaker, "usedDespiseLvlOneAnkh"))
  {
    bark(this, "You have the object variable I'm looking for.");
    removeObjVar(speaker, "usedDespiseLvlOneAnkh");
  }
  return (0x00);
}