diff options
-rw-r--r-- | nodes/(-1728,7,-4381).lua | 4 | ||||
-rw-r--r-- | nodes/(-1731,7,-4402).lua | 6 | ||||
-rw-r--r-- | nodes/(953,13,1106).lua | 5 |
3 files changed, 14 insertions, 1 deletions
diff --git a/nodes/(-1728,7,-4381).lua b/nodes/(-1728,7,-4381).lua new file mode 100644 index 0000000..b364ebd --- /dev/null +++ b/nodes/(-1728,7,-4381).lua @@ -0,0 +1,4 @@ +F.ttp_stop({ + stn = "Town of Abyss", + doorside = "R", +})
\ No newline at end of file diff --git a/nodes/(-1731,7,-4402).lua b/nodes/(-1731,7,-4402).lua index 4f7d9b5..c9dae37 100644 --- a/nodes/(-1731,7,-4402).lua +++ b/nodes/(-1731,7,-4402).lua @@ -7,4 +7,8 @@ if event.train then end flip = not flip end -end
\ No newline at end of file +end +F.ttp_stop({ + stn = "Town of Abyss", + doorside = "R", +})
\ No newline at end of file diff --git a/nodes/(953,13,1106).lua b/nodes/(953,13,1106).lua new file mode 100644 index 0000000..d75ecec --- /dev/null +++ b/nodes/(953,13,1106).lua @@ -0,0 +1,5 @@ +F.ttp_stop({ + stn = "Ehlodex", + doorside = "R", + end_of_tt = { E1 = true }, +})
\ No newline at end of file |