summary refs log tree commit diff stats
path: root/res/scripts/script0001.lua
diff options
context:
space:
mode:
Diffstat (limited to 'res/scripts/script0001.lua')
-rw-r--r--res/scripts/script0001.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/scripts/script0001.lua b/res/scripts/script0001.lua new file mode 100644 index 0000000..a259e47 --- /dev/null +++ b/res/scripts/script0001.lua
@@ -0,0 +1,4 @@
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)
3 HideCutsceneBars()
4end