diff options
author | orwell96 <orwell@bleipb.de> | 2021-10-25 19:54:58 +0200 |
---|---|---|
committer | orwell96 <orwell@bleipb.de> | 2021-10-25 21:04:45 +0200 |
commit | e7d0a5fac2d87b468199059f1dd5bffb8bbcb327 (patch) | |
tree | db00d286344d4f1995162d6255f79a053b80b44d /atc_command.txt | |
parent | 4989da3663cbc91ccd283a20f40bb4031687aacf (diff) | |
download | advtrains-e7d0a5fac2d87b468199059f1dd5bffb8bbcb327.tar.gz advtrains-e7d0a5fac2d87b468199059f1dd5bffb8bbcb327.tar.bz2 advtrains-e7d0a5fac2d87b468199059f1dd5bffb8bbcb327.zip |
Train Coupling: Change behavior so that train direction of initiating train is kept, add ATC Cpl command
Diffstat (limited to 'atc_command.txt')
-rw-r--r-- | atc_command.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/atc_command.txt b/atc_command.txt index 9f4eb50..5a1c8ff 100644 --- a/atc_command.txt +++ b/atc_command.txt @@ -51,6 +51,10 @@ Kick all passengers out of the trains This command kicks all passengers (non-driving players) off the train. This command works only if the train is stopped and its doors are open. +Cpl +Temporarily switch the train to "Autocouple" mode and wait for coupling. +This command makes the train continue at its current speed until it hits another standing wagon or train. Then, it couples to this train and ATC command execution continues. + # conditional statements: I<condition><code>; |