Script Function: Q4KW
From Ultima Online: The Second Age
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 (); }