Difference between revisions of "Script Function: Q580"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q580(<span style="color:#0000FF">int</span> Q463) { charges = charges + Q463; ...")
 
(No difference)

Latest revision as of 16:29, 12 October 2018

 function int Q580(int Q463)
 {
   charges = charges + Q463;
   Q41H(this);
   return (charges);
 }