summaryrefslogtreecommitdiff
path: root/Crossroads/nodes/(864,14,793).lua
diff options
context:
space:
mode:
Diffstat (limited to 'Crossroads/nodes/(864,14,793).lua')
-rw-r--r--Crossroads/nodes/(864,14,793).lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/Crossroads/nodes/(864,14,793).lua b/Crossroads/nodes/(864,14,793).lua
new file mode 100644
index 0000000..da49bc9
--- /dev/null
+++ b/Crossroads/nodes/(864,14,793).lua
@@ -0,0 +1,11 @@
+if event.train then
+ if atc_arrow then
+ atc_send("B0 W OL")
+ atc_set_text_inside("EVO")
+ interrupt(15)
+ end
+end
+if event.int then
+ atc_send("OCD2SM")
+ atc_set_text_inside("")
+end \ No newline at end of file