summaryrefslogtreecommitdiff
path: root/subway/nodes/(-1072,51,-638).lua
blob: 060cb63dcb872184779ef58cd32c34e9d538a8a4 (plain)
1
2
3
4
5
6
7
8
9
10
if not atc_arrow then
--print(S.line[atc_id])
if S.line[atc_id]=="MRD" then
setstate("MRS3", "st")
setstate("MRS2", "st")
else
setstate("MRS3", "cr")
setstate("MR43div","cr")
end
end