Script Function: Q4V1

From Ultima Online: The Second Age
Jump to: navigation, search
 function void Q4V1()
 {
   if (!hasObjVar(this, "canReportIdList"))
   {
     return ();
   }
   list canReportNameList;
   getObjListVar(canReportNameList, this, "canReportNameList");
   string Q5MN = canReportNameList[0x00];
   Q5MN = "Would you like to report " + Q5MN + " as a murderer?";
   systemMessage(this, Q5MN);
   int Q55V = amtGoldInBank(this);
   stringQuery(this, this, 0x21, Q5MN, 0x01, 0x02, Q55V, "Optional bounty (" + Q55V + " max)");
   return ();
 }