Switch to edit mode.
Name(s): custom_callers1: output = {}
2: for x in (callers(1))
3: output = {@output, {x[2] ? tostr(x[4], ":", x[2]) | tostr(x[4]), tostr("(", x[6], ")"), tostr(x[3]), tostr(x[3].programmer ? "P" | " ", x[3].wizard ? "W" | " "), tostr(x[5]), tostr(x[1])}}
4: endfor
5: player:tellcolumns("lrlrll", {1, 1, 1, 1, 1, 1}, {"Verb", "", "Perms", "", "Player", "This"}, @output)