Script Function: Q59D

From Ultima Online: The Second Age
Revision as of 23:22, 11 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">string</span> Q59D() { <span style="color:#0000FF">string</span> Q59W; <span style="color:#...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function string Q59D()
 {
   string Q59W;
   list Q5LW;
   if (random(0x00, 0x01))
   {
     Q5LW = ", someone nobody shall miss", ", whom even their mother disliketh", ", well-known as scum", ", a scab upon the face of the earth", ", who clearly deserveth to die", ", who is unworthy of thy blade, perhaps... but worthy of someone's", ". I am not the sort to dirty my hands", ", but I have standing in this town and dare not jeopardize it", "; I fear I cannot do it myself", "; I dare not do it myself", "; suspicion would fall 'pon me were I to do it myself", "; all would suspect me immediately";
     Q59W = Q5LW[random(0x00, numInList(Q5LW) - 0x01)];
   }
   Q5LW = ". I'd like thee to kill them.", ". Thou shouldst kill them for me.", " and I'd like thee to kill them.", " and thou'rt a good choice for the murderer.", ". Thou mightest be a good choice for the murderer.", ". Kill them for me.";
   string Q5Y9 = Q5LW[random(0x00, numInList(Q5LW) - 0x01)];
   Q59W = Q59W + Q5Y9;
   return (Q59W);
 }