Difference between revisions of "Script Function: Q5KL"
From Ultima Online: The Second Age
(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>...") |
(No difference)
|
Latest revision as of 22:10, 11 October 2018
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 (); }