diff options
Diffstat (limited to 'durt/nodes/(-2213,8,898).lua')
-rw-r--r-- | durt/nodes/(-2213,8,898).lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/durt/nodes/(-2213,8,898).lua b/durt/nodes/(-2213,8,898).lua new file mode 100644 index 0000000..3d93bd0 --- /dev/null +++ b/durt/nodes/(-2213,8,898).lua @@ -0,0 +1 @@ +if event.type=="digiline" then
if event.channel ~= "trainctl" then return end
if event.msg == "send" then
if atc_id and atc_arrow then
atc_send("S0WRS4")
elseif atc_id and atc_arrow == false then
atc_send("S4")
end
end
end
\ No newline at end of file |