Difference between revisions of "Script Function: Q545"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q545(<span style="color:#0000FF">loc</span> place) { <span style="color:#0000FF">in...")
 
(No difference)

Latest revision as of 17:23, 12 October 2018

 function void Q545(loc place)
 {
   int Q5CG = getZ(place);
   Q5CG = Q5CG - Q4NL;
   setElevation(place, Q5CG);
   return ();
 }