From 572b186e28ddc2a630613765c0f0780b4664380f Mon Sep 17 00:00:00 2001 From: autocommitter Date: Tue, 15 Oct 2024 22:37:42 +0200 Subject: State at 2024-10-15 --- nlvcross/nodes/(1801,8,-43).lua | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 nlvcross/nodes/(1801,8,-43).lua (limited to 'nlvcross/nodes/(1801,8,-43).lua') diff --git a/nlvcross/nodes/(1801,8,-43).lua b/nlvcross/nodes/(1801,8,-43).lua deleted file mode 100644 index 71cd7d6..0000000 --- a/nlvcross/nodes/(1801,8,-43).lua +++ /dev/null @@ -1,15 +0,0 @@ -local d = os.date() -local m = d.min -if event.train then -atc_send("B0WOL") -end -if m % 10 == 5 then -atc_send("B0WOCD1RSM") -local h = d.hour -local mm = (m + 10)%60 -if mm<10 and m>10 then h=h+1 end -digiline_send("depmon", "Train to | Marcuse Street | Next dep.: | "..h..":"..mm) -else -digiline_send("depmon", "Train to | Marcuse Street | in "..(4-(m%10)).."m"..(59-d.sec).."s") -interrupt(10) -end \ No newline at end of file -- cgit v1.2.3