diff options
Diffstat (limited to 'nlvcross/nodes')
-rw-r--r-- | nlvcross/nodes/(-144,8,-1980).lua | 5 | ||||
-rw-r--r-- | nlvcross/nodes/(-2411,19,-1503).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(-2442,19,-1525).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(-2460,19,-1525).lua | 5 | ||||
-rw-r--r-- | nlvcross/nodes/(-2481,19,-1522).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(-362,19,-326).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(-367,19,-325).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(-88,2,-1984).lua | 6 | ||||
-rw-r--r-- | nlvcross/nodes/(205,8,-2052).lua | 4 | ||||
-rw-r--r-- | nlvcross/nodes/(255,2,-2054).lua | 1 |
10 files changed, 24 insertions, 2 deletions
diff --git a/nlvcross/nodes/(-144,8,-1980).lua b/nlvcross/nodes/(-144,8,-1980).lua new file mode 100644 index 0000000..5bf45a6 --- /dev/null +++ b/nlvcross/nodes/(-144,8,-1980).lua @@ -0,0 +1,5 @@ +if atc_arrow then + F.off("SF1SouthWest", 1, true) +else + F.on("SF1SouthWest", 1, true) +end
\ No newline at end of file diff --git a/nlvcross/nodes/(-2411,19,-1503).lua b/nlvcross/nodes/(-2411,19,-1503).lua new file mode 100644 index 0000000..373194e --- /dev/null +++ b/nlvcross/nodes/(-2411,19,-1503).lua @@ -0,0 +1 @@ +F.on("Trs_Church",1)
\ No newline at end of file diff --git a/nlvcross/nodes/(-2442,19,-1525).lua b/nlvcross/nodes/(-2442,19,-1525).lua new file mode 100644 index 0000000..c9d812b --- /dev/null +++ b/nlvcross/nodes/(-2442,19,-1525).lua @@ -0,0 +1 @@ +F.off("Trs_Church",2)
\ No newline at end of file diff --git a/nlvcross/nodes/(-2460,19,-1525).lua b/nlvcross/nodes/(-2460,19,-1525).lua new file mode 100644 index 0000000..d895d20 --- /dev/null +++ b/nlvcross/nodes/(-2460,19,-1525).lua @@ -0,0 +1,5 @@ +if event.train then +interrupt(5,"lvon") +elseif event.int then +F.on("Trs_Church",2) +end
\ No newline at end of file diff --git a/nlvcross/nodes/(-2481,19,-1522).lua b/nlvcross/nodes/(-2481,19,-1522).lua new file mode 100644 index 0000000..0a66851 --- /dev/null +++ b/nlvcross/nodes/(-2481,19,-1522).lua @@ -0,0 +1 @@ +F.off("Trs_Church",1)
\ No newline at end of file diff --git a/nlvcross/nodes/(-362,19,-326).lua b/nlvcross/nodes/(-362,19,-326).lua new file mode 100644 index 0000000..65b69f9 --- /dev/null +++ b/nlvcross/nodes/(-362,19,-326).lua @@ -0,0 +1 @@ +F.off("MOriStn", "R1") diff --git a/nlvcross/nodes/(-367,19,-325).lua b/nlvcross/nodes/(-367,19,-325).lua new file mode 100644 index 0000000..d2a3e7e --- /dev/null +++ b/nlvcross/nodes/(-367,19,-325).lua @@ -0,0 +1 @@ +F.on("LovelaceAve", 1)
\ No newline at end of file diff --git a/nlvcross/nodes/(-88,2,-1984).lua b/nlvcross/nodes/(-88,2,-1984).lua index c9658a4..cdcec9a 100644 --- a/nlvcross/nodes/(-88,2,-1984).lua +++ b/nlvcross/nodes/(-88,2,-1984).lua @@ -1 +1,5 @@ -F.off("SF1SouthWest", 1)
\ No newline at end of file +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/(205,8,-2052).lua b/nlvcross/nodes/(205,8,-2052).lua index 2f59d53..eb78097 100644 --- a/nlvcross/nodes/(205,8,-2052).lua +++ b/nlvcross/nodes/(205,8,-2052).lua @@ -1 +1,3 @@ -F.off("SF1Station", 2)
\ No newline at end of file +if atc_arrow then + F.off("SF1Station", 2) +end
\ No newline at end of file diff --git a/nlvcross/nodes/(255,2,-2054).lua b/nlvcross/nodes/(255,2,-2054).lua new file mode 100644 index 0000000..b42d779 --- /dev/null +++ b/nlvcross/nodes/(255,2,-2054).lua @@ -0,0 +1 @@ +F.on("SF1Station", 2)
\ No newline at end of file |