From f71f9da8f90f73b0b6a44eca5f5a383d7ad71d4b Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Fri, 29 Oct 2021 15:34:37 -0400 Subject: [PATCH] Movie.doDialog --- src/hollywoo/Movie.kiss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/hollywoo/Movie.kiss b/src/hollywoo/Movie.kiss index a68ffb3..277363c 100644 --- a/src/hollywoo/Movie.kiss +++ b/src/hollywoo/Movie.kiss @@ -73,4 +73,7 @@ */ // TODO moveCharacter remove them, add them to another scene -// TODO moveCharacterAndFollow remove them, add them to another scene, set that the scene \ No newline at end of file +// TODO moveCharacterAndFollow remove them, add them to another scene, set that the scene + +(method doDialog [actorName text cc] + (director.showDialog (dictGet .characters (_currentScene) actorName) text cc)) \ No newline at end of file