Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorials/9. Conversations.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if( ig.game.getEntitiesByClass(ig.EntityConversation)[0] ){
var textbubble = ig.game.spawnEntity(ig.EntityConversation, 0, 0);

textbubble.addStep( 'Hi there!', 'player', 1);
textbubble.addStep( 'Sorry mate, rocks can't speak.', 'rock', 2);
textbubble.addStep( 'Sorry mate, rocks can not speak.', 'rock', 2);

textbubble.activate();
```
Expand All @@ -112,4 +112,4 @@ Make sure to remove all other running conversations, before spawning a new one,
[Conversation entity](ig.EntityConversation.html)
[Narrative entity](ig.EntityNarrative.html)
[Trigger entity](ig.EntityTrigger.html)
[Config file](ig.CONFIG.html)
[Config file](ig.CONFIG.html)