blob: 8b2783a407c7886595c5b97feb476651b9d12f9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
F.stn("Cat3W", "Lza3W", "Bld3W", "R", 6, "Lza3WOpp")
if event.train then
setstate("Cat3WOpp", "green")
setstate("Lza3EOpp", "green")
end
if depart then
setstate("Lza3DivW", "cr")
setstate("Bld3DivE", "cr")
setstate("Lza3WOpp", "red")
setstate("Bld3EOpp", "red")
end
|