summaryrefslogtreecommitdiff
path: root/far/nodes
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 15:00:54 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 15:00:54 +0200
commitee01a52b8f89f8153991ac76e4c907a81bd2e35f (patch)
treefbd279730505d5db645b313c4d205aded76af7ed /far/nodes
parent2264465286f97f954b4c6290cb54059f38df371f (diff)
downloadluaatc_envs-ee01a52b8f89f8153991ac76e4c907a81bd2e35f.tar.gz
luaatc_envs-ee01a52b8f89f8153991ac76e4c907a81bd2e35f.tar.bz2
luaatc_envs-ee01a52b8f89f8153991ac76e4c907a81bd2e35f.zip
State at 2023-08-07
Diffstat (limited to 'far/nodes')
-rw-r--r--far/nodes/(10438,13,1604).lua8
-rw-r--r--far/nodes/(11743,15,756).lua8
-rw-r--r--far/nodes/(15478,14,1140).lua9
-rw-r--r--far/nodes/(18320,36,602).lua8
-rw-r--r--far/nodes/(23736,12,1710).lua8
-rw-r--r--far/nodes/(24292,24,1570).lua8
-rw-r--r--far/nodes/(30834,16,1863).lua2
-rw-r--r--far/nodes/(4162,16,1866).lua8
-rw-r--r--far/nodes/(4839,7,2222).lua8
9 files changed, 66 insertions, 1 deletions
diff --git a/far/nodes/(10438,13,1604).lua b/far/nodes/(10438,13,1604).lua
new file mode 100644
index 0000000..83c14a4
--- /dev/null
+++ b/far/nodes/(10438,13,1604).lua
@@ -0,0 +1,8 @@
+-- far_luaatctrack_spot_check_01.lua
+
+local show_print = false
+if event.train then
+ local posTable = POS( 10438,13,1604 )
+ F.save_train(posTable)
+ return
+end \ No newline at end of file
diff --git a/far/nodes/(11743,15,756).lua b/far/nodes/(11743,15,756).lua
new file mode 100644
index 0000000..25b165c
--- /dev/null
+++ b/far/nodes/(11743,15,756).lua
@@ -0,0 +1,8 @@
+-- far_luaatctrack_spot_check_01.lua
+
+local show_print = false
+if event.train then
+ local posTable = POS( 11743,15,756 )
+ F.save_train(posTable)
+ return
+end \ No newline at end of file
diff --git a/far/nodes/(15478,14,1140).lua b/far/nodes/(15478,14,1140).lua
new file mode 100644
index 0000000..0bf4df5
--- /dev/null
+++ b/far/nodes/(15478,14,1140).lua
@@ -0,0 +1,9 @@
+
+local show_print = false
+if event.type == "punch" then
+
+-- F.delete_train_info("595542")
+
+ F.list_trains(15)
+ return
+end \ No newline at end of file
diff --git a/far/nodes/(18320,36,602).lua b/far/nodes/(18320,36,602).lua
new file mode 100644
index 0000000..cede5c7
--- /dev/null
+++ b/far/nodes/(18320,36,602).lua
@@ -0,0 +1,8 @@
+-- far_luaatctrack_spot_check_01.lua
+
+local show_print = false
+if event.train then
+ local posTable = POS(18320,36,602)
+ F.save_train(posTable)
+ return
+end \ No newline at end of file
diff --git a/far/nodes/(23736,12,1710).lua b/far/nodes/(23736,12,1710).lua
new file mode 100644
index 0000000..1f4021e
--- /dev/null
+++ b/far/nodes/(23736,12,1710).lua
@@ -0,0 +1,8 @@
+-- far_luaatctrack_spot_check_01.lua
+
+local show_print = false
+if event.train then
+ local posTable = POS( 23736,12,1710 )
+ F.save_train(posTable)
+ return
+end \ No newline at end of file
diff --git a/far/nodes/(24292,24,1570).lua b/far/nodes/(24292,24,1570).lua
new file mode 100644
index 0000000..7fb6c8b
--- /dev/null
+++ b/far/nodes/(24292,24,1570).lua
@@ -0,0 +1,8 @@
+-- far_luaatctrack_spot_check_01.lua
+
+local show_print = false
+if event.train then
+ local posTable = POS( 24292,24,1570 )
+ F.save_train(posTable)
+ return
+end \ No newline at end of file
diff --git a/far/nodes/(30834,16,1863).lua b/far/nodes/(30834,16,1863).lua
index f19117f..5801134 100644
--- a/far/nodes/(30834,16,1863).lua
+++ b/far/nodes/(30834,16,1863).lua
@@ -3,7 +3,7 @@
if event.type == "punch" then
-- F.delete_train_info("298909")
- S.stop_display = true
+ S.stop_display = false
F.send_update_displays()
diff --git a/far/nodes/(4162,16,1866).lua b/far/nodes/(4162,16,1866).lua
new file mode 100644
index 0000000..9421349
--- /dev/null
+++ b/far/nodes/(4162,16,1866).lua
@@ -0,0 +1,8 @@
+-- far_luaatctrack_spot_check_01.lua
+
+local show_print = false
+if event.train then
+ local posTable = POS(4162,16,1866)
+ F.save_train(posTable)
+ return
+end \ No newline at end of file
diff --git a/far/nodes/(4839,7,2222).lua b/far/nodes/(4839,7,2222).lua
new file mode 100644
index 0000000..ea0ca9a
--- /dev/null
+++ b/far/nodes/(4839,7,2222).lua
@@ -0,0 +1,8 @@
+-- far_luaatctrack_spot_check_01.lua
+
+local show_print = false
+if event.train then
+ local posTable = POS(4839,7,2222)
+ F.save_train(posTable)
+ return
+end \ No newline at end of file