From e297e959e227e8d1bd0518a3bfb3c6c98bc76558 Mon Sep 17 00:00:00 2001 From: omuryolcu Date: Thu, 9 Jul 2015 15:10:37 +0300 Subject: [PATCH] Fixed dialog in 9. tutorial Fixed a dialog that was breaking the syntax on the compiled file. --- tutorials/9. Conversations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)