summary refs log tree commit diff stats
path: root/res/scripts/time_passage.lua
diff options
context:
space:
mode:
Diffstat (limited to 'res/scripts/time_passage.lua')
-rw-r--r--res/scripts/time_passage.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/scripts/time_passage.lua b/res/scripts/time_passage.lua new file mode 100644 index 0000000..11d51a8 --- /dev/null +++ b/res/scripts/time_passage.lua
@@ -0,0 +1,5 @@
1time_passage = {}
2
3function time_passage.off_bottom()
4 ChangeMap("time_passage_antechamber", "fromTop")
5end