summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--far/nodes/(21433,9,957).lua8
-rw-r--r--far/nodes/(21445,9,984).lua8
2 files changed, 16 insertions, 0 deletions
diff --git a/far/nodes/(21433,9,957).lua b/far/nodes/(21433,9,957).lua
new file mode 100644
index 0000000..5141cff
--- /dev/null
+++ b/far/nodes/(21433,9,957).lua
@@ -0,0 +1,8 @@
+-- far_luaatctrack_spot_check_01.lua
+
+local show_print = false
+if event.train then
+ local posTable = POS(21433,9,957)
+ F.save_train(posTable)
+ return
+end \ No newline at end of file
diff --git a/far/nodes/(21445,9,984).lua b/far/nodes/(21445,9,984).lua
new file mode 100644
index 0000000..4350569
--- /dev/null
+++ b/far/nodes/(21445,9,984).lua
@@ -0,0 +1,8 @@
+-- far_luaatctrack_spot_check_01.lua
+
+local show_print = false
+if event.train then
+ local posTable = POS(21445,9,984)
+ F.save_train(posTable)
+ return
+end \ No newline at end of file