Difference between revisions of "Script Function: Q5L4"

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> Q5L4() { systemMessage|<span style="color:#FF0000;font-weight:bold">systemMessage...")
 
(No difference)

Latest revision as of 18:05, 12 October 2018

 function void Q5L4()
 {
   systemMessage(gm, "Enter the amount by which to move terrain up.");
   textEntry(this, gm, 0x04, 0x00, "");
   return ();
 }