Difference between revisions of "Script Function: Q4LE"

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> Q4LE() { <span style="color:#0000FF">list</span> args; message|<span style="c...")
(No difference)

Revision as of 18:45, 7 October 2018

 function void Q4LE()
 {
   list args;
   message(getBackpack(this), <span style="color:#800000">"checkStatus"</span>, args);
   return ();
 }