summaryrefslogtreecommitdiff
path: root/durt/nodes/(-4134,5,-5631).lua
diff options
context:
space:
mode:
Diffstat (limited to 'durt/nodes/(-4134,5,-5631).lua')
-rw-r--r--durt/nodes/(-4134,5,-5631).lua24
1 files changed, 0 insertions, 24 deletions
diff --git a/durt/nodes/(-4134,5,-5631).lua b/durt/nodes/(-4134,5,-5631).lua
deleted file mode 100644
index d30218f..0000000
--- a/durt/nodes/(-4134,5,-5631).lua
+++ /dev/null
@@ -1,24 +0,0 @@
-local lights = {
- POS(-4131,5,-5623),
- POS(-4127,5,-5623),
- POS(-4127,5,-5617),
- POS(-4131,5,-5617)
-}
-
-if event.train then
- if atc_arrow then
- schedule_in(";05",true)
- return
- end
-end
-
-if event.schedule then
- if atc_id then
- schedule_in(";05",true)
- return
- else
- for _,v in pairs(lights) do
- setstate(v,"off")
- end
- end
-end \ No newline at end of file