blob: bca38cc46f8f7df7708d49478f857d1144fc4257 (
plain)
1
2
3
4
5
6
7
|
if event.train and atc_arrow then
if not F.has_rc("S27_SHUNTER") then return end
atc_reset()
atc_set_ars_disable(true)
atc_send("BB")
split_at_index(train_length(),"S0WRD1S3A1")
end
|