Advertisement
BillBodkin

#railwayServerTrains.lua

Mar 5th, 2023
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. {
  2.     ["P1"] = {
  3.         ["type"] = "passenger",
  4.         ["path"] = {
  5.             "E1",
  6.             "W1",
  7.             "W2",
  8.             "E2"
  9.         },
  10.         ["looping"] = true
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement