NPC subtitle on Response Menu using Timeline
Posted: Tue Feb 08, 2022 8:08 pm
Hi Tony,
Im currently using the script "Close Subtitle Panel" as shown in the DS extras example for DS Timeline tracks, being able to stop timeline between dialogue lines.
This script always calls Close() method of the NPC panel, and then sends a ClosedSubtitle message to resume the timeline.
Thus, the NPC panel is always closed, and any Visibility option for the NPC panel wont take effect.
Question is, what´s the best workaround to keep the timeline stop behavior while also being able to keep NPC subtitle whenever a Response Menu shows up?
Id like to keep it being stopped just before the Response Menu, so after hitting continue on the NPC line, the response menu shows up, but the panel stays.
Can i access on runtime if the next entry is a Response Menu? I could add an "if" statement to the Close Subtitle Panel script so it only sends the ClosedSubtitle message and skips the Close().
Thank you in advance!
Im currently using the script "Close Subtitle Panel" as shown in the DS extras example for DS Timeline tracks, being able to stop timeline between dialogue lines.
This script always calls Close() method of the NPC panel, and then sends a ClosedSubtitle message to resume the timeline.
Thus, the NPC panel is always closed, and any Visibility option for the NPC panel wont take effect.
Question is, what´s the best workaround to keep the timeline stop behavior while also being able to keep NPC subtitle whenever a Response Menu shows up?
Id like to keep it being stopped just before the Response Menu, so after hitting continue on the NPC line, the response menu shows up, but the panel stays.
Can i access on runtime if the next entry is a Response Menu? I could add an "if" statement to the Close Subtitle Panel script so it only sends the ClosedSubtitle message and skips the Close().
Thank you in advance!