Difference between revisions of "Script Function: Q4EU"

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> Q4EU() { <span style="color:#0000FF">loc</span> Q4VS = getLocation|<span style="c...")
 
(No difference)

Latest revision as of 04:07, 8 October 2018

 function void Q4EU()
 {
   loc Q4VS = getLocation(this);
   obj w = createGlobalNPCAt(0x021F, Q4VS, 0x03);
   makeInvulnerable(w);
   detachScript(w, "nonhuman");
   followNpc(w, this, 0x00);
   setObjVar(this, "curWisp", w);
   return ();
 }