summaryrefslogtreecommitdiff
path: root/far/nodes/(30863,15,1807).lua
diff options
context:
space:
mode:
Diffstat (limited to 'far/nodes/(30863,15,1807).lua')
-rw-r--r--far/nodes/(30863,15,1807).lua22
1 files changed, 16 insertions, 6 deletions
diff --git a/far/nodes/(30863,15,1807).lua b/far/nodes/(30863,15,1807).lua
index ce3a9c4..bdcac10 100644
--- a/far/nodes/(30863,15,1807).lua
+++ b/far/nodes/(30863,15,1807).lua
@@ -1,8 +1,18 @@
-- far_luaatctrack_spot_check_01.lua
-local show_print = false
-if event.train then
- local posTable = POS(30863,15,1807)
- F.save_train(posTable)
- return
-end \ No newline at end of file
+--[[
+F.save_train(POS(30863,15,1807), "east")
+]]
+
+F.ttp_begin({
+ stn = "Fareast End", -- station name
+ tt = "FAR_W", -- timetable ID
+ depint = "12;00", --departure slot interval
+ depoff = "00;00", --departure slot offset
+ doorside = "R",
+ reverse = false,
+ only_lines = {['FAR'] = true},
+ force_tt_reset = false,
+ pos = POS(30863,15,1807),
+ direction = "east",
+}) \ No newline at end of file