Script Function: Q4KW

From Ultima Online: The Second Age
Revision as of 23:05, 11 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4KW(<span style="color:#0000FF">obj</span> usedon) { <span style="color:#0000FF">s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q4KW(obj usedon)
 {
   string desc = getObjVar(usedon, "resurrectDesc");
   list Q59P;
   appendToList(Q59P, 0x00);
   appendToList(Q59P, "YES - You choose to try to come back to life now.");
   appendToList(Q59P, 0x01);
   appendToList(Q59P, "NO - You prefer to remain a ghost for now.");
   selectType(usedon, this, 0x2D, desc, Q59P);
   return ();
 }