Difference between revisions of "Script Function: Q656"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q656(<span style="color:#0000FF">obj</span> user, <span style="color:#0000FF">obj</span> Q...")
 
(No difference)

Latest revision as of 16:29, 12 October 2018

 function int Q656(obj user, obj Q4XN)
 {
   if (isInList(Q535, Q4XN))
   {
     systemMessage(user, "This crystal is already linked with that crystal.");
     return (0x00);
   }
   appendToList(Q535, Q4XN);
   systemMessage(user, "That crystal has been linked to this crystal.");
   return (0x01);
 }