Difference between revisions of "Script Function: Q43V"

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> Q43V(<span style="color:#0000FF">obj</span> usedon) { removeObjVar|<span style="c...")
 
(No difference)

Latest revision as of 22:05, 11 October 2018

 function void Q43V(obj usedon)
 {
   removeObjVar(usedon, "resurrectLocation");
   removeObjVar(usedon, "resurrectCaster");
   removeObjVar(usedon, "resurrectType");
   removeObjVar(usedon, "resurrectDesc");
   return ();
 }