summaryrefslogtreecommitdiff
path: root/m4/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'm4/nodes')
-rw-r--r--m4/nodes/(-1524,-11,-4611).lua3
-rw-r--r--m4/nodes/(-1921,13,-4576).lua5
-rw-r--r--m4/nodes/(-1967,-11,-4415).lua3
-rw-r--r--m4/nodes/(1345,3,-5637).lua5
-rw-r--r--m4/nodes/(4045,24,5650).lua19
-rw-r--r--m4/nodes/(5397,13,6916).lua3
6 files changed, 38 insertions, 0 deletions
diff --git a/m4/nodes/(-1524,-11,-4611).lua b/m4/nodes/(-1524,-11,-4611).lua
new file mode 100644
index 0000000..6272a7b
--- /dev/null
+++ b/m4/nodes/(-1524,-11,-4611).lua
@@ -0,0 +1,3 @@
+if get_line()=="52" then
+ atc_set_text_outside("Line 52 - Olo Beach")
+end \ No newline at end of file
diff --git a/m4/nodes/(-1921,13,-4576).lua b/m4/nodes/(-1921,13,-4576).lua
new file mode 100644
index 0000000..eb9b943
--- /dev/null
+++ b/m4/nodes/(-1921,13,-4576).lua
@@ -0,0 +1,5 @@
+if event.train then
+ if get_line()=="E36" then
+ atc_set_text_outside("[E36] Souford\nSouthbound Express (SBX)")
+ end
+end \ No newline at end of file
diff --git a/m4/nodes/(-1967,-11,-4415).lua b/m4/nodes/(-1967,-11,-4415).lua
new file mode 100644
index 0000000..afb0335
--- /dev/null
+++ b/m4/nodes/(-1967,-11,-4415).lua
@@ -0,0 +1,3 @@
+if get_line()=="52" then
+ atc_set_text_outside("Line 52 - Merliansas Ruins")
+end \ No newline at end of file
diff --git a/m4/nodes/(1345,3,-5637).lua b/m4/nodes/(1345,3,-5637).lua
new file mode 100644
index 0000000..b34a162
--- /dev/null
+++ b/m4/nodes/(1345,3,-5637).lua
@@ -0,0 +1,5 @@
+if event.train then
+ if get_line()=="E36" then
+ atc_set_text_outside("[E36] Melinka\nSouthbound Express (SBX)")
+ end
+end \ No newline at end of file
diff --git a/m4/nodes/(4045,24,5650).lua b/m4/nodes/(4045,24,5650).lua
new file mode 100644
index 0000000..037b135
--- /dev/null
+++ b/m4/nodes/(4045,24,5650).lua
@@ -0,0 +1,19 @@
+do return end
+-- delete above line to re-enable reversing into Factory
+if event.schedule then
+ if atc_id and atc_id == event.msg then
+ schedule_in("0;04",atc_id)
+ print("ping")
+ return
+ end
+ atc_send_to_train(event.msg, "B0WRS3")
+ setstate(POS(4051,24,5653),"cr")
+ print("end: "..event.msg)
+ return
+end
+if event.train and atc_arrow and get_line() == "E8" then
+ atc_send("B2")
+ schedule_in("0;04",atc_id)
+ print("Start "..atc_id)
+ return
+end \ No newline at end of file
diff --git a/m4/nodes/(5397,13,6916).lua b/m4/nodes/(5397,13,6916).lua
new file mode 100644
index 0000000..e9f1e05
--- /dev/null
+++ b/m4/nodes/(5397,13,6916).lua
@@ -0,0 +1,3 @@
+if event.train and get_line()=="E16" then
+atc_set_text_outside("[E16] Personhood\nvia Grub Valley\nC&C Rail")
+end \ No newline at end of file