summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-06 13:24:35 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-06 13:24:35 -0500
commit6d6e03b95b197d3a16b629131d463263b46c1e42 (patch)
tree6e730293c3bbeadb3fe3ebfc3f64016a7e885bff /res
parent1abc8894c2378596542e5772cd7594492eeecb27 (diff)
downloadtanetane-6d6e03b95b197d3a16b629131d463263b46c1e42.tar.gz
tanetane-6d6e03b95b197d3a16b629131d463263b46c1e42.tar.bz2
tanetane-6d6e03b95b197d3a16b629131d463263b46c1e42.zip
Added sprite interaction
Diffstat (limited to 'res')
-rw-r--r--res/scripts/script0001.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/scripts/script0001.lua b/res/scripts/script0001.lua index a259e47..3a09705 100644 --- a/res/scripts/script0001.lua +++ b/res/scripts/script0001.lua
@@ -1,4 +1,4 @@
1function script0001() 1function script0001()
2 DisplayMessage("Some people always try to avoid fighting when there are enemies around. You know the type, right? They use the dash ability to zoom right by. I guess you could say they're followers of \"peace at any price\".", "Sparrow", SpeakerType.GIRL) 2 DisplayMessage("It's almost suppertime.\nHinawa should be back soon.\nWhat? She's not coming back? Why, did you do something to her?\nHuh? I did it to her? Hinawa isn't coming back?\nWho are you? What did you do?\nIt's time for supper. It's time for supper.", "Flint", SpeakerType.MAN)
3 HideCutsceneBars() 3 HideCutsceneBars()
4end 4end