Script Function: Q430

From Ultima Online: The Second Age
Jump to: navigation, search
 function void Q430(obj Q4XN, obj user)
 {
   if (!hasObjVar(Q4XN, "markLoc"))
   {
     systemMessage(user, "That rune is not yet marked.");
     return ();
   }
   systemMessage(user, "Please enter a description for this marked object:");
   textEntry(Q4XN, user, 0x15, 0x00, "");
   return ();
 }