Script Function: Q43Y

From Ultima Online: The Second Age
Jump to: navigation, search
 function void Q43Y(obj Q62K, obj ship, loc where)
 {
   string desc = "a ship claim ticket";
   loc Q5M7;
   string Q47A;
   int Q5NC = getLocalizedDesc(Q47A, Q5M7, where, where);
   if (Q5NC)
   {
     concat(desc, " from ");
     concat(desc, Q47A);
   }
   setObjVar(Q62K, "lookAtText", desc);
   return ();
 }
 function void Q43Y(obj Q62K, obj ship, loc where)
 {
   string desc = "a ship claim ticket";
   loc Q5M7;
   string Q47A;
   int Q5NC = getLocalizedDesc(Q47A, Q5M7, where, where);
   if (Q5NC)
   {
     concat(desc, " from ");
     concat(desc, Q47A);
   }
   if (Q58R(ship))
   {
     concat(desc, " for the ");
     concat(desc, Q58N(ship));
   }
   setObjVar(Q62K, "lookAtText", desc);
   return ();
 }