summaryrefslogtreecommitdiff
path: root/ondemand/nodes/(209,17,-190).lua
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 14:51:59 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 14:51:59 +0200
commitc6612d4e4b59a03d097a494eee4c714f8b88f123 (patch)
tree50ef30c504becbbe22501425d3516a0f7da17c16 /ondemand/nodes/(209,17,-190).lua
parent59a952d044d64bf188ec02b98d83b1bdc0a08112 (diff)
downloadluaatc_envs-c6612d4e4b59a03d097a494eee4c714f8b88f123.tar.gz
luaatc_envs-c6612d4e4b59a03d097a494eee4c714f8b88f123.tar.bz2
luaatc_envs-c6612d4e4b59a03d097a494eee4c714f8b88f123.zip
State at 2020-04-06
Diffstat (limited to 'ondemand/nodes/(209,17,-190).lua')
-rw-r--r--ondemand/nodes/(209,17,-190).lua15
1 files changed, 15 insertions, 0 deletions
diff --git a/ondemand/nodes/(209,17,-190).lua b/ondemand/nodes/(209,17,-190).lua
new file mode 100644
index 0000000..919b98d
--- /dev/null
+++ b/ondemand/nodes/(209,17,-190).lua
@@ -0,0 +1,15 @@
+if event.type == "ext_int" and atc_arrow then
+ set_rc("ewd"..S.rc)
+ if not event.message == "ewd" then
+ atc_send("OCD1RSM")
+ else
+ atc_send("D5OCD1RSM")
+ end
+end
+
+
+if event.train then
+F.send_station("Edenwood")
+S.avail = true
+atc_send("B0WOL")
+end \ No newline at end of file