Advertisement
MiniBetrayal

Set All Trains to Automatic

Feb 7th, 2020
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. /c trains = game.surfaces[1].find_entities_filtered{name="locomotive"}; for idx = 1, #trains do trains[idx].train.manual_mode = false end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement