summary refs log tree commit diff stats
path: root/res/scripts/global.lua
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-12 00:33:19 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-12 00:33:19 -0500
commit5ecd0f428dd8292a17c5013c525a4f5d3967acb8 (patch)
tree0068b66a1183f822909f115a142fae3869a3b09f /res/scripts/global.lua
parent19be2ac58b09c5240a32e6a4f41cd9f6cda03d07 (diff)
downloadtanetane-5ecd0f428dd8292a17c5013c525a4f5d3967acb8.tar.gz
tanetane-5ecd0f428dd8292a17c5013c525a4f5d3967acb8.tar.bz2
tanetane-5ecd0f428dd8292a17c5013c525a4f5d3967acb8.zip
Scripts are organised per-map now
Diffstat (limited to 'res/scripts/global.lua')
-rw-r--r--res/scripts/global.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/scripts/global.lua b/res/scripts/global.lua new file mode 100644 index 0000000..48084c8 --- /dev/null +++ b/res/scripts/global.lua
@@ -0,0 +1,7 @@
1global = {}
2
3function global.no_problem_here()
4 StartCutscene()
5 DisplayMessage("* No problem here.", "", SpeakerType.NONE)
6 HideCutsceneBars()
7end