summaryrefslogtreecommitdiff
path: root/Crossroads/nodes/(851,14,773).lua
diff options
context:
space:
mode:
Diffstat (limited to 'Crossroads/nodes/(851,14,773).lua')
-rw-r--r--Crossroads/nodes/(851,14,773).lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/Crossroads/nodes/(851,14,773).lua b/Crossroads/nodes/(851,14,773).lua
new file mode 100644
index 0000000..aabbc7b
--- /dev/null
+++ b/Crossroads/nodes/(851,14,773).lua
@@ -0,0 +1,12 @@
+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