I'm using Godot 3.4.4. Hello, iam new here. Just started learning godot. So i following a tutorial from gamedev.tv where they used PoolStringArray. I would like to call the array into my main script but it keeps giving me error.
Main Code:
current_story.prompts = $StoryBook.get_child(selected_story).Prompts
current_story.story = $StoryBook.get_child(selected_story).Story
But then i changed to make sure that the selected story is fix
current_story.prompts = $StoryBook/Story0.prompts
Still same problem state (from what i understand) saying the array empty? Check the screenshot, the "prompt" array is not empty. Maybe i am missing something, please help
