Is there a code to refer to to to create a subway line that moves two points every minute?
The train travels back and forth between two points, and stays where it arrives for a while.
This is the content I made with my idea.
Code:
[ subway station ]
It is a subway station where visitors can move to
the visitor center. To take the subway, type /board/.
[Exits: North ]
71H 123M 85V > board
If you don't have a ticket
-----------------------------
You must have a ticket to board.
If the subway's at the visitor center,
--------------------------------------
* The train currently stops at the visitor center.
If the train had departed from the Visitor Center
--------------------------------------------------
* The train just left the visitor center.
If the train is due to arrive in a few minutes
-----------------------------------------------
* The train will arrive in a while.
If the train had arrived
------------------------
* The train has arrived.
[ Inside the train ]
It is a subway that travels between the visitor center and the park.
[Exits: Outside ]
71H 123M 85V > Outside
If the train hasn't started yet
-------------------------------
[ subway station ]
It is a subway station where visitors can move to
the visitor center. To take the subway, type /board/.
[Exits: North ]
71H 123M 85V >
If the train had started to start,
----------------------------------
You cannot go outside on a moving train.
If you are going to arrive at the visitor center in a while
-----------------------------------------------------------
You will arrive at the visitor center in a short while.
If you have arrived
--------------------
You've arrived at the visitor center. You can get off and go /Outside/.