Script Function: Q5KL

From Ultima Online: The Second Age
Revision as of 23:10, 11 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q5KL(<span style="color:#0000FF">obj</span> user, <span style="color:#0000FF">obj</span>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q5KL(obj user, obj target, string Q676)
 {
   if (!hasObjVar(target, Q676))
   {
     return ();
   }
   string Q58D = Q676 + ": ";
   int val = getObjVar(target, Q676);
   systemMessage(user, Q58D + val);
   return ();
 }