diff options
-rw-r--r-- | ers_mtn/nodes/(1936,45,1209).lua | 11 | ||||
-rw-r--r-- | far/nodes/(27671,6,1625).lua | 8 |
2 files changed, 19 insertions, 0 deletions
diff --git a/ers_mtn/nodes/(1936,45,1209).lua b/ers_mtn/nodes/(1936,45,1209).lua new file mode 100644 index 0000000..c5debc4 --- /dev/null +++ b/ers_mtn/nodes/(1936,45,1209).lua @@ -0,0 +1,11 @@ +-- +-- +-- 1936,45,1209 + +-- far_luaatctrack_spot_check_01.lua + +if event.train then + local posTable = POS( 1936,45,1209 ) + F.save_train(posTable) + return +end
\ No newline at end of file diff --git a/far/nodes/(27671,6,1625).lua b/far/nodes/(27671,6,1625).lua new file mode 100644 index 0000000..575737e --- /dev/null +++ b/far/nodes/(27671,6,1625).lua @@ -0,0 +1,8 @@ +-- far_luaatctrack_spot_check_01.lua + +local show_print = false +if event.train then + local posTable = POS( 27671,6,1625 ) + F.save_train(posTable) + return +end
\ No newline at end of file |