diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:57:48 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:57:48 +0200 |
commit | 68dd87842504e16bd25b33500b80f7c0d3e4f7f0 (patch) | |
tree | fcb8b989a0dc4fb56d762249c826298f1ee9e2f9 /auto_yards/nodes | |
parent | f7b6c1d04fe86be0d71b1936f1e7df4ad8a486db (diff) | |
download | luaatc_envs-68dd87842504e16bd25b33500b80f7c0d3e4f7f0.tar.gz luaatc_envs-68dd87842504e16bd25b33500b80f7c0d3e4f7f0.tar.bz2 luaatc_envs-68dd87842504e16bd25b33500b80f7c0d3e4f7f0.zip |
State at 2022-06-25
Diffstat (limited to 'auto_yards/nodes')
-rw-r--r-- | auto_yards/nodes/(-2004,3,-1099).lua | 3 | ||||
-rw-r--r-- | auto_yards/nodes/(-2006,3,-1099).lua | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/auto_yards/nodes/(-2004,3,-1099).lua b/auto_yards/nodes/(-2004,3,-1099).lua new file mode 100644 index 0000000..bc283b9 --- /dev/null +++ b/auto_yards/nodes/(-2004,3,-1099).lua @@ -0,0 +1,3 @@ +local s = rwt.to_string(rwt.now()).."\n--"..table.concat(S.yards.BY.notify,", ").."--" +print(s) +digiline_send("",s)
\ No newline at end of file diff --git a/auto_yards/nodes/(-2006,3,-1099).lua b/auto_yards/nodes/(-2006,3,-1099).lua new file mode 100644 index 0000000..4109711 --- /dev/null +++ b/auto_yards/nodes/(-2006,3,-1099).lua @@ -0,0 +1,2 @@ +if event.digiline then return end +print(event)
\ No newline at end of file |