Difference between revisions of "Script Function: Q4KW"
From Ultima Online: The Second Age
(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...") |
(No difference)
|
Latest revision as of 22:05, 11 October 2018
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 (); }