Difference between revisions of "Script Function: Q430"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q430(<span style="color:#0000FF">obj</span> Q4XN, <span style="color:#0000FF">obj</span>...") |
(No difference)
|
Latest revision as of 05:13, 12 October 2018
function void Q430(obj Q4XN, obj user) { if (!hasObjVar(Q4XN, "markLoc")) { systemMessage(user, "That rune is not yet marked."); return (); } systemMessage(user, "Please enter a description for this marked object:"); textEntry(Q4XN, user, 0x15, 0x00, ""); return (); }