Difference between revisions of "Script Function: Q43Y"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q43Y(<span style="color:#0000FF">obj</span> Q62K, <span style="color:#0000FF">obj</span>...") |
(No difference)
|
Revision as of 15:05, 12 October 2018
function void Q43Y(obj Q62K, obj ship, loc where) { string desc = "a ship claim ticket"; loc Q5M7; string Q47A; int Q5NC = getLocalizedDesc(Q47A, Q5M7, where, where); if (Q5NC) { concat(desc, " from "); concat(desc, Q47A); } setObjVar(Q62K, "lookAtText", desc); return (); }