diff --git a/tutorials/9. Conversations.md b/tutorials/9. Conversations.md index 6003ca4..a599690 100644 --- a/tutorials/9. Conversations.md +++ b/tutorials/9. Conversations.md @@ -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(); ``` @@ -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) \ No newline at end of file +[Config file](ig.CONFIG.html)