Script Function: Q4RT
From Ultima Online: The Second Age
function string Q4RT(int Q65M) { string Q65P; switch (Q65M) { case 0x02 Q65P = "an order"; break; case 0x03 Q65P = "a chaos"; break; default Q65P = "a standard"; break; } return (Q65P); }