We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Error occurs when using EndTimelineEvent while displaying a character on the timeline.
To Reproduce
End Timeline
Invalid call. Nonexistent function 'remove_portrait' in base 'Node (subsystem_portraits.gd)'.
Expected behavior Resolving Errors.
Screenshots
System (please complete the following information):
Workaround ///
Possible fixes
Probably a mistake in the method to call. The following changes should fix it Create a PR later.
dialogic.Portraits.remove_portrait(character) https://github.com/coppolaemilio/dialogic/blob/984bcb75213f265c440cf6894c9b2446525889b3/addons/dialogic/Modules/End/event_end.gd#L14C4-L14C4
dialogic.Portraits.remove_portrait(character)
to
dialogic.Portraits.remove_character(character)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The problem
Describe the bug
Error occurs when using EndTimelineEvent while displaying a character on the timeline.
To Reproduce
End Timeline
EventInvalid call. Nonexistent function 'remove_portrait' in base 'Node (subsystem_portraits.gd)'.
Expected behavior
Resolving Errors.
Screenshots
System (please complete the following information):
Solutions
Workaround
///
Possible fixes
Probably a mistake in the method to call.
The following changes should fix it Create a PR later.
dialogic.Portraits.remove_portrait(character)
https://github.com/coppolaemilio/dialogic/blob/984bcb75213f265c440cf6894c9b2446525889b3/addons/dialogic/Modules/End/event_end.gd#L14C4-L14C4
to
dialogic.Portraits.remove_character(character)
The text was updated successfully, but these errors were encountered: