blob: 2dd69c1c991be5eb1827eca8578cb1c9f9394db3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
local lights = {
POS(-4131,5,-5623),
POS(-4127,5,-5623),
POS(-4127,5,-5617),
POS(-4131,5,-5617)
}
if event.train and atc_arrow then
for _,v in pairs(lights) do
setstate(v,"on")
end
end
|