Difference between revisions of "Script Function: Q5RG"

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> Q5RG() { systemMessage|<span style="color:#FF0000;font-weight:bold">systemMessage...")
 
 
Line 1: Line 1:
 
   <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q5RG()
 
   <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q5RG()
 
   {
 
   {
     [[Engine Function:_systemMessage|<span style="color:#FF0000;font-weight:bold">systemMessage</span>]](gm, <span style="color:#800000">"Enter the area of operation for the terrain [[scan|<span style="color:#2B91AF">scan</span>]], in (x, y) (x, y) format:"</span>);
+
     [[Engine Function:_systemMessage|<span style="color:#FF0000;font-weight:bold">systemMessage</span>]](gm, <span style="color:#800000">"Enter the area of operation for the terrain scan, in (x, y) (x, y) format:"</span>);
 
     [[Engine Function:_textEntry|<span style="color:#FF0000;font-weight:bold">textEntry</span>]](this, gm, 0x02, 0x00, <span style="color:#800000">""</span>);
 
     [[Engine Function:_textEntry|<span style="color:#FF0000;font-weight:bold">textEntry</span>]](this, gm, 0x02, 0x00, <span style="color:#800000">""</span>);
 
     <span style="color:#0000FF">return</span> ();
 
     <span style="color:#0000FF">return</span> ();
 
   }
 
   }

Latest revision as of 18:04, 12 October 2018

 function void Q5RG()
 {
   systemMessage(gm, "Enter the area of operation for the terrain scan, in (x, y) (x, y) format:");
   textEntry(this, gm, 0x02, 0x00, "");
   return ();
 }