Difference between revisions of "Script Function: Q42P"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q42P(<span style="color:#0000FF">int</span> damage) { <span style="color:#0000FF">in...") |
(No difference)
|
Latest revision as of 16:10, 10 October 2018
function int Q42P(int damage) { int Q527 = damage * 0x19; if (Q527 > 0x03E8) { Q527 = 0x03E8; } return (Q527); }