Script Function: Q4RV
From Ultima Online: The Second Age
function string Q4RV(int Q65M) { string Q5OM; switch (Q65M) { case 0x02 Q5OM = "orderguildstone"; break; case 0x03 Q5OM = "chaosguildstone"; break; default Q5OM = "guildstone"; break; } return (Q5OM); }