Difference between revisions of "Script Function: addMessage"

From Ultima Online: The Second Age
Jump to: navigation, search
(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...")
(No difference)

Revision as of 03:34, 12 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 ();
 }