diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:38 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:38 +0200 |
commit | cfa65d94f1bc9d9e9efe13791711a9ad044a4a67 (patch) | |
tree | bdecc9982a58cb88367e4e8b1fcd9cfa1f95573e /nlvcross/nodes | |
parent | f3da24b214b3337ad63ebd885da29d5b789d4738 (diff) | |
download | luaatc_envs-cfa65d94f1bc9d9e9efe13791711a9ad044a4a67.tar.gz luaatc_envs-cfa65d94f1bc9d9e9efe13791711a9ad044a4a67.tar.bz2 luaatc_envs-cfa65d94f1bc9d9e9efe13791711a9ad044a4a67.zip |
State at 2021-04-04
Diffstat (limited to 'nlvcross/nodes')
-rw-r--r-- | nlvcross/nodes/(-117,5,-1975).lua | 5 | ||||
-rw-r--r-- | nlvcross/nodes/(-170,7,-2008).lua | 5 | ||||
-rw-r--r-- | nlvcross/nodes/(1604,-1,8169).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(1607,-1,8169).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(1615,-1,8169).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(1618,-1,8169).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(1683,26,8220).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(1683,26,8223).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(572,14,1011).lua | 2 |
9 files changed, 17 insertions, 1 deletions
diff --git a/nlvcross/nodes/(-117,5,-1975).lua b/nlvcross/nodes/(-117,5,-1975).lua new file mode 100644 index 0000000..cdcec9a --- /dev/null +++ b/nlvcross/nodes/(-117,5,-1975).lua @@ -0,0 +1,5 @@ +if atc_arrow then + F.on("SF1SouthWest", 1) +else + F.off("SF1SouthWest", 1, true) +end
\ No newline at end of file diff --git a/nlvcross/nodes/(-170,7,-2008).lua b/nlvcross/nodes/(-170,7,-2008).lua new file mode 100644 index 0000000..cdcec9a --- /dev/null +++ b/nlvcross/nodes/(-170,7,-2008).lua @@ -0,0 +1,5 @@ +if atc_arrow then + F.on("SF1SouthWest", 1) +else + F.off("SF1SouthWest", 1, true) +end
\ No newline at end of file diff --git a/nlvcross/nodes/(1604,-1,8169).lua b/nlvcross/nodes/(1604,-1,8169).lua new file mode 100644 index 0000000..06d0642 --- /dev/null +++ b/nlvcross/nodes/(1604,-1,8169).lua @@ -0,0 +1 @@ +F.off("NRG","S")
\ No newline at end of file diff --git a/nlvcross/nodes/(1607,-1,8169).lua b/nlvcross/nodes/(1607,-1,8169).lua new file mode 100644 index 0000000..06d0642 --- /dev/null +++ b/nlvcross/nodes/(1607,-1,8169).lua @@ -0,0 +1 @@ +F.off("NRG","S")
\ No newline at end of file diff --git a/nlvcross/nodes/(1615,-1,8169).lua b/nlvcross/nodes/(1615,-1,8169).lua new file mode 100644 index 0000000..de57380 --- /dev/null +++ b/nlvcross/nodes/(1615,-1,8169).lua @@ -0,0 +1 @@ +F.on("NRG","N")
\ No newline at end of file diff --git a/nlvcross/nodes/(1618,-1,8169).lua b/nlvcross/nodes/(1618,-1,8169).lua new file mode 100644 index 0000000..de57380 --- /dev/null +++ b/nlvcross/nodes/(1618,-1,8169).lua @@ -0,0 +1 @@ +F.on("NRG","N")
\ No newline at end of file diff --git a/nlvcross/nodes/(1683,26,8220).lua b/nlvcross/nodes/(1683,26,8220).lua new file mode 100644 index 0000000..a2d877b --- /dev/null +++ b/nlvcross/nodes/(1683,26,8220).lua @@ -0,0 +1 @@ +F.off("NRG","N")
\ No newline at end of file diff --git a/nlvcross/nodes/(1683,26,8223).lua b/nlvcross/nodes/(1683,26,8223).lua new file mode 100644 index 0000000..c3a20cf --- /dev/null +++ b/nlvcross/nodes/(1683,26,8223).lua @@ -0,0 +1 @@ +F.on("NRG", "S")
\ No newline at end of file diff --git a/nlvcross/nodes/(572,14,1011).lua b/nlvcross/nodes/(572,14,1011).lua index 5b08d92..4d71073 100644 --- a/nlvcross/nodes/(572,14,1011).lua +++ b/nlvcross/nodes/(572,14,1011).lua @@ -1,5 +1,5 @@ if atc_id then - if get_line()=="E1" and get_aspect("gardonst_lvc_sig1").main.free then + if get_line()=="E1" and get_aspect("gardonst_lvc_sig1").main == -1 then F.on("gardonst","1") end end
\ No newline at end of file |