pixc.report(variable)
displays the value of a variable right next to the action name in the name bar
requires the following code right at the action top:
-- attKind: internal
MUST be written just as above.
This will give you a little textbox right of the action name.
Assign variable to be displayed in the action name bar with:
pixc.report(variable)
