Difference between revisions of "Script Function: Q4S0"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4S0() { <span style="color:#0000FF">int</span> Q4DR = 0x20; <span style="color:...") |
(No difference)
|
Latest revision as of 15:27, 12 October 2018
function int Q4S0() { int Q4DR = 0x20; switch (random(0x00, 0x02)) { case 0x00 Q4DR = 0x40; break; case 0x01 Q4DR = 0x08FD; break; default break; } return (Q4DR); }