Script Function: Q52B

From Ultima Online: The Second Age
Jump to: navigation, search
 function void Q52B()
 {
   loc Q5U8 = getLocation(this);
   changeLoc(Q5U8, 0x00, 0x00, 0x0A);
   dest = Q5U8;
   changeLoc(dest, random(0x00 - 0x02, 0x02), random(0x00 - 0x02, 0x02), 0x20);
   doMissile_Loc2Loc(Q5U8, dest, 0x36E4, 0x05, 0x00, 0x00);
   shortCallback(this, 0x03, 0x2F);
   state = 0x01;
   return ();
 }