Script Function: Q656

From Ultima Online: The Second Age
Revision as of 17:29, 12 October 2018 by Grimoric (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 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);
 }