Script: Fuck

From Ultima Online: The Second Age
Revision as of 22:50, 5 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">trigger</span> use { <span style="color:#0000FF">list</span> a = this, <span style="color:#800000">"wobble"</span>, <span style="color:#800000...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
trigger use
{
  list a = this, "wobble", "llama";
  loc b = getLocation(this);
  bark(this, "sending this wobble llama oss list");
  multiMessageToLoc(b, "flop", a);
  return (0x01);
}
trigger message("flop")
{
  barkint(numInList(args));
  printList(args);
  return (0x01);
}