/// <summary>Called when the dialogue got cued.</summary>
 protected virtual void Cued(PowerSlide.SlideEvent e)
 {
 }
 /// <summary>Called when the dialogue is now waiting for a cue event.</summary>
 protected virtual void WaitForCue(PowerSlide.SlideEvent e)
 {
 }