Godot Version
Godot 4.3
Question
So I have a label that will show messages when i pick up an item likes this:
You picked up “Item”
You picked up “Item”
What I want to know because I haven’t figured yet out is how to delete the last line of the label. I know you can delete the last character of label but I havent figured out how to apply the same but with a line.