diff options
Diffstat (limited to 'far/nodes/(25720,10,1519).lua')
-rw-r--r-- | far/nodes/(25720,10,1519).lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/far/nodes/(25720,10,1519).lua b/far/nodes/(25720,10,1519).lua index e542f39..1182163 100644 --- a/far/nodes/(25720,10,1519).lua +++ b/far/nodes/(25720,10,1519).lua @@ -1,3 +1,13 @@ -- far_luaatctrack_spot_check_01.lua +--[[ F.save_train(POS(25720,10,1519), "east") +]] + +F.ttp_stop({ + stn = "Tundra Solstice", + doorside = "R", + only_lines = {['FAR'] = true}, + pos = POS(25720,10,1519), + direction = "east", +}) |