summaryrefslogtreecommitdiff
path: root/nodes/(982,19,1053).lua
diff options
context:
space:
mode:
Diffstat (limited to 'nodes/(982,19,1053).lua')
-rw-r--r--nodes/(982,19,1053).lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/nodes/(982,19,1053).lua b/nodes/(982,19,1053).lua
new file mode 100644
index 0000000..1acc131
--- /dev/null
+++ b/nodes/(982,19,1053).lua
@@ -0,0 +1,5 @@
+lines = F.ttp_info_times("NX_S", "00;00")
+linestr = F.ttp_info_trains("NX_S", "00;00")
+li = lines
+for i=1,#linestr do li[#li+1] = linestr[i] end
+print(" NX\n"..table.concat(li, "\n")) \ No newline at end of file