Difference between revisions of "Script Function: Q5RV"

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

Latest revision as of 23:02, 11 October 2018

 function void Q5RV(obj Q5IP)
 {
   obj Q5AK = getMultiSlaveId(Q5IP);
   list Q5Z5;
   if (hasObjVar(Q5AK, "myhousedoors"))
   {
     getObjListVar(Q5Z5, Q5AK, "myhousedoors");
   }
   appendToList(Q5Z5, Q5IP);
   setObjVar(Q5AK, "myhousedoors", Q5Z5);
   return;
 }