Script Function: Q4V1

From Ultima Online: The Second Age
Revision as of 03:45, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4V1() { <span style="color:#0000FF">if</span> (!hasObjVar|<span style="color:#FF...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 ();
 }