Payload emitted on the 'suggest-introduce-character' event of the story message emitter. Fired when the narrator decides a new character should enter the story.
'suggest-introduce-character'
The host app should present this to the player before acting:
introduceCharacterToStory({ name: event.characterName, fromNarratorSuggestion: true })
declineCharacter(storyId, event.characterName)
Optional
Name of the character the narrator wants to introduce
Payload emitted on the
'suggest-introduce-character'event of the story message emitter. Fired when the narrator decides a new character should enter the story.The host app should present this to the player before acting:
introduceCharacterToStory({ name: event.characterName, fromNarratorSuggestion: true })declineCharacter(storyId, event.characterName)