Script Function: Q4BR

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q4BR(obj this, string Q698, obj speaker)
 {
   if (Q698 != "drop")
   {
     return (0x00);
   }
   if (0x00)
   {
     bark(this, "Got order to drop.");
   }
   list Q4E4;
   obj Q5ZX;
   getContents(Q4E4, this);
   Q4LJ(this);
   for(int Q53X = 0x00; Q53X < numInList(Q4E4); Q53X++)
   {
     Q5ZX = Q4E4[Q53X];
     int Q68N = teleport(Q5ZX, getLocation(this));
   }
   return (0x01);
 }