diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2018-11-24 13:03:52 +0100 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2018-11-24 13:03:52 +0100 |
| commit | 6c687dd30b552d646c87c2361394a1183ef5281a (patch) | |
| tree | 68fc377c007f7eb38c2c72c120391da0e50e1b7e /Levels/LEVEL3.PLT | |
| parent | ce0027e87fe9be70000e53f52f185321bae3e35e (diff) | |
| download | airport-6c687dd30b552d646c87c2361394a1183ef5281a.tar.gz | |
New LEVEL3.
Improvements.
Diffstat (limited to 'Levels/LEVEL3.PLT')
| -rw-r--r-- | Levels/LEVEL3.PLT | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Levels/LEVEL3.PLT b/Levels/LEVEL3.PLT new file mode 100644 index 0000000..b15dbde --- /dev/null +++ b/Levels/LEVEL3.PLT @@ -0,0 +1,17 @@ +#DEPARTURE/ARRIVAL;Flight number;Passengers;HH:MM;Parking (departure only);Remaining time +#This is a comment example. +#If DEPARTURE, parking must be set +#If ARRIVAL, set parking to zero +#First line must set initial time +#For example: +14:55 +#Aircraft arrival (or departure) must be set relative to initial time, in HH:MM format. +ARRIVAL;PHX1802;100;00:10;0;360 +ARRIVAL;PHX1805;125;00:10;0;360 +ARRIVAL;PHX1806;125;00:30;0;360 +ARRIVAL;PHX1807;125;00:50;0;360 +ARRIVAL;PHX1808;125;01:30;0;360 +DEPARTURE;PHX1000;53;00:05;152;360 +DEPARTURE;PHX1001;53;00:15;153;360 +DEPARTURE;PHX1002;53;00:30;154;360 +DEPARTURE;PHX1003;53;00:45;155;360 |
