Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with DialogueRunner's type so now it can be seen in GDScript #72

Closed
wants to merge 1 commit into from

Conversation

dbaz
Copy link
Contributor

@dbaz dbaz commented Nov 22, 2024

The issue I was having is that DialogueRunner's type was not seen in my GDScript, but another type like YarnProject IS seen in GDscript. After some further investigating and noticing I also couldn't see the InMemoryVariableStorage type I noticed that YarnProject had [Tool].

I'm not familar with [Tool] but it seems to expose things to be available in the Editor, I added it toDialogueRunner and now I can see the type in my GDScript and can use it within my variables

@dbaz dbaz closed this Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant