name: moonlightUIUpdateCharSheet Event handler:H Make your own prompt one. Make a prompt trigger, have it do: raiseEvent("onprompt") Register onprompt for this script. moonlightUIUpdateCharSheet = function () clearWindow("charsheet") moonlightUI.charsheet:cecho (" Trevize Amaris" .. "\n") moonlightUI.charsheet:cecho ("\n") moonlightUI.charsheet:cecho ("Unbound Credits: " .. string.format ("%5s", gmcp.Char.Status.unboundcredits) .. "\n") moonlightUI.charsheet:cecho (" Bound Credits: " .. string.format ("%5s", gmcp.Char.Status.boundcredits) .. "\n") moonlightUI.charsheet:cecho (" Lessons: " .. string.format ("%5s", gmcp.Char.Status.lessons) .. "\n") moonlightUI.charsheet:cecho ("\n") moonlightUI.charsheet:cecho (" Held Gold: " .. string.format ("%8s", gmcp.Char.Status.gold) .. "\n") moonlightUI.charsheet:cecho (" Banked Gold: " .. string.format ("%8s", gmcp.Char.Status.bank) .. "\n") end -- function