Script Function: Q425

From Ultima Online: The Second Age
Jump to: navigation, search
 function void Q425(obj user, obj Q4XN)
 {
   barkTo(Q4XN, user, "What ship do you want to dock?");
   targetObj(user, Q4XN);
   return ();
 }
 function void Q425(obj user, obj Q4XN)
 {
   if (amtGoldInBank(user) < 0x19)
   {
     barkTo(this, user, "Thou dost not have 25 gold in thy bank account.");
     return ();
   }
   barkTo(Q4XN, user, "I charge 25 gold for docking thy ship.  What ship do you want to dock?");
   targetObj(user, Q4XN);
   return ();
 }