Difference between revisions of "Script Function: addMessage"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> addMessage(<span style="color:#0000FF">list</span> Q58D) { <span style="color:#0000...") |
m (Grimoric moved page Script Function: AddMessage to Script Function: addMessage without leaving a redirect) |
(No difference)
|
Latest revision as of 06:13, 24 October 2018
function void addMessage(list Q58D) { list Q45T; getObjListVar(Q45T, this, "oracleMessages"); appendToList(Q45T, Q58D); setObjVar(this, "oracleMessages", Q45T); bark(this, "Message added."); return (); }