From c5a96f0ee23a3dbe1a6dab0a1062cf25b7a2aba4 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 15 Feb 2021 22:27:24 -0500 Subject: Added Kumatora talking animation --- res/scripts/map2.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/scripts/map2.lua') diff --git a/res/scripts/map2.lua b/res/scripts/map2.lua index 6e826a3..92c1747 100644 --- a/res/scripts/map2.lua +++ b/res/scripts/map2.lua @@ -93,10 +93,10 @@ function map2.approach_doria() SetAnimation("doria", "hairflip!") WaitForAnimation("doria") - SetDirection("doria", Direction.DOWN_RIGHT) SetAnimation("doria", "still") Delay(1000) + SetAnimation("kuma", "talk") DisplayMessage("* H-hey, what do you mean ?", "Kumatora", SpeakerType.WOMAN) WaitForEndOfMessage() -- cgit 1.4.1