summaryrefslogtreecommitdiff
path: root/far/nodes/(28834,24,1382).lua
diff options
context:
space:
mode:
Diffstat (limited to 'far/nodes/(28834,24,1382).lua')
-rw-r--r--far/nodes/(28834,24,1382).lua17
1 files changed, 11 insertions, 6 deletions
diff --git a/far/nodes/(28834,24,1382).lua b/far/nodes/(28834,24,1382).lua
index b23e5ec..5a5e32d 100644
--- a/far/nodes/(28834,24,1382).lua
+++ b/far/nodes/(28834,24,1382).lua
@@ -1,8 +1,13 @@
-- far_luaatctrack_spot_check_01.lua
-local show_print = false
-if event.train then
- local posTable = POS(28834,24,1382)
- F.save_train(posTable)
- return
-end \ No newline at end of file
+--[[
+F.save_train(POS(28834,24,1382), "west")
+]]
+
+F.ttp_stop({
+ stn = "Wildecliff",
+ doorside = "R",
+ only_lines = {['FAR'] = true},
+ pos = POS(28834,24,1382),
+ direction = "west",
+}) \ No newline at end of file