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

Send a signal when response is clicked! #547

Closed
timbeaudet opened this issue Apr 13, 2024 · 1 comment
Closed

Send a signal when response is clicked! #547

timbeaudet opened this issue Apr 13, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@timbeaudet
Copy link

Is your feature request related to a problem? Please describe.
When player chooses a response send a notification similar to got_dialogue.emit(dialogue) so it could have meaning in games.

Additional context
Was trying to play a voice for player actions, and it did not work through got_dialogue, nor did I find any signals that would be similar.

@timbeaudet timbeaudet added the enhancement New feature or request label Apr 13, 2024
@nathanhoad
Copy link
Owner

Handling response choices is something you'd implement in your custom balloon. If you clone the example balloon using the Project > Tools > Create Copy of Dialogue Example Balloon... menu item then you can modify the method that handles the response chosen signal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants