Visualizing the "text_changed" genereated argument.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By BrahRah

I use self.connect("text_changed", get_node("../../../NPCPanel"), "_changeVariable", [get_name()])

Can I visualize the “changed text output” in the array at the end? I thought like [the_text, get_name()] but that doesn’t work.