I'm currently trying to get and print out a widget name from a third-level widget.
For example, I want to get the player name from the widget for a player added to my friend list (let's say this widget address is 432, 6, 1).
I can get the first, second, and third level ID's printed out (432, 6, 1) but that's not what I want. I want the actual player name to be what is returned. The field for the widget query that contains the player name is "Message". Alternatively, the field "Spell Name" also lists the player name for this third-level widget.
Anyone have any idea how to do this or a snippet of code that might work/has worked?