-- -- I+B0WROLD15OCD2SM; -- local delta = 45 local switch = "XN_subway_station2_out" if event.type == "train" then if atc_arrow then atc_send("B0WROL") h = os.time() r = delta - (h % delta) if r == 0 then r = delta end setstate(switch,"cr") interrupt(r,"departure") return end end if event.type == "int" then if event.message == "departure" then setstate(switch,"st") atc_send("OCD2SM"); end return end