Difference between revisions of "Script Function: Q42N"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">string</span> Q42N(<span style="color:#0000FF">loc</span> Q4D0, <span style="color:#0000FF">loc</span...") |
(No difference)
|
Latest revision as of 05:13, 12 October 2018
function string Q42N(loc Q4D0, loc Q5K4) { string desc; loc Q5M7; int Q5NC = getLocalizedDesc(desc, Q5M7, Q4D0, Q5K4); if (!Q5NC) { desc = "an unknown location"; } return (desc); }