Hi, i'm having issues on my beginner project.
In my project I I have a barracks.tscn from wich I instantiate RecruitScreen.tcsn that opens in a new window where the player can choose heroes to add to his party. After selecting heroes, the player can press the "buy" button to put the selected heroes in his party. I'm unable to figure out how to send a signal from the buy button back to a function in the original scene.
Do I instantiate the original scene once more from the RecruitScreen? Or is it possible to instantiate only the script carrying the funtion i'm trying to get to?
Alternatively is there maybe a more efficient way all togetter to do with i'm trying?
I've tried alot of tutorials but they all seem to focus on signalling within a scene.
Thanks in advance!