Difference between revisions of "Script Function: Q4PS"

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> Q4PS(<span style="color:#0000FF">obj</span> user) { sfx(getLocation|<span style="...")
 
(No difference)

Latest revision as of 17:40, 12 October 2018

 function void Q4PS(obj user)
 {
   sfx(getLocation(user), 0x55, 0x00);
   Q4IU(user, 0x21);
   callback(this, 0x02, 0x6D);
   return ();
 }