From a6dc2190655b9c9b3d0790759447a345492e8166 Mon Sep 17 00:00:00 2001 From: autocommitter Date: Mon, 22 Apr 2024 14:53:07 +0200 Subject: State at 2021-05-30 --- nodes/(982,19,1053).lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nodes/(982,19,1053).lua (limited to 'nodes/(982,19,1053).lua') 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 -- cgit v1.2.3