Script Function: addMessage

From Ultima Online: The Second Age
Revision as of 04:34, 12 October 2018 by Grimoric (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void addMessage(list Q58D)
 {
   list Q45T;
   getObjListVar(Q45T, this, "oracleMessages");
   appendToList(Q45T, Q58D);
   setObjVar(this, "oracleMessages", Q45T);
   bark(this, "Message added.");
   return ();
 }