Difference between revisions of "Script: 4352"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">trigger</span> creation { <span style="color:#0000FF">list</span> Q4QZ = 0x10F7, 0x10F8, 0x10F9, 0x10FA, 0x10FB, 0x10F9, 0x10F6; setObjVa...")
 
(No difference)

Latest revision as of 14:41, 6 October 2018

trigger creation
{
  list Q4QZ = 0x10F7, 0x10F8, 0x10F9, 0x10FA, 0x10FB, 0x10F9, 0x10F6;
  setObjVar(this, "AnimFrames", Q4QZ);
  setObjVar(this, "TrapDamage", 0x0F);
  attachScript(this, "trapped");
  return (0x01);
}