Script Function: Q5Z1

From Ultima Online: The Second Age
Revision as of 16:20, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q5Z1(<span style="color:#0000FF">obj</span> Q68D, <span style="color:#0000FF">loc</span> Q...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q5Z1(obj Q68D, loc Q5U8, loc dest, string Q4HF)
 {
   if (!Q4A7(Q68D, Q5U8, dest))
   {
     string Q56O = "You must be a registered UO Gold user to ";
     concat(Q56O, Q4HF);
     concat(Q56O, ".");
     systemMessage(Q68D, Q56O);
     return (0x00);
   }
   return (0x01);
 }