- Edited
<br>Hello Godotboys ( and maybe Godotgirls ?).<br>I have several panels who are detected by an area attached to the player character. These panels provide strings to the player node and they are displayed in a label.<br>The project is for learning purpose and for the moment I use mainly assets from the official demos.<br><br><img title="Image: http://i4.photobucket.com/albums/y123/Brice2nice/YourPanel_zpsngnyszqk.png" src="http://i4.photobucket.com/albums/y123/Brice2nice/YourPanel_zpsngnyszqk.png" alt=""><br><br>The exported var of the panels instances, (who could be a NPC also) is not very convenient to store text.<br>I can type a single line only.<br><br><img title="Image: http://i4.photobucket.com/albums/y123/Brice2nice/panelProperty_zps86d4zbcx.png" src="http://i4.photobucket.com/albums/y123/Brice2nice/panelProperty_zps86d4zbcx.png" alt=""><br><br>I would rather this kind of property (don't know how to get this on my node).<br><br><img src="http://i4.photobucket.com/albums/y123/Brice2nice/TextPropertyExample_zpsfywtg3eh.png" alt=""><br><br> But in both case the text can be lost easily. For example if I modify the panel original scene.<br><br>How do you resolve these noob problems ? Thanks in advance and sorry for my bad english.<br><br><br>