Review Story Intelligence
Review Characters
Approve the characters PlotDirector should create or link from your imported scenes. You stay in control of every character record.
@if (TempData["OnboardingStoryIntelligenceError"] is string error)
{
@error
}
@if (TempData["OnboardingStoryIntelligenceMessage"] is string message)
{
@message
}
@if (Model.CharacterReview.Candidates.Count == 0)
{
No character decisions are waiting.
Characters are already up to date, or there were no character suggestions ready to import.
@FutureStage("Review Locations")
@FutureStage("Review Assets")
@FutureStage("Review Relationships")
@FutureStage("Review Knowledge")
}
else
{
}