From e9c76100a1f5ff474a4ed65555c3249b791bbf10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Thu, 7 Jan 2021 23:58:05 +0100 Subject: Add ATC "K" command This command kicks out all passengers when the train is stopped and its doors are open. In addtion, a wagon:is_driver_stand(seat) function was added to allow finding out easily if a seat is the driver stand of the wagon. --- atc_command.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'atc_command.txt') diff --git a/atc_command.txt b/atc_command.txt index 3df60c8..0acbacb 100644 --- a/atc_command.txt +++ b/atc_command.txt @@ -46,6 +46,11 @@ Example: B0 W OL D10 OC D1 SM Subway train: stop in station and open doors, depart after 10 seconds. +K +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. + # conditional statements: I; -- cgit v1.2.3