mirror of
https://gitlab.com/arnekeller/kit-programmieren-ws1920-final1.git
synced 2024-11-08 18:00:38 +00:00
21 lines
481 B
Plaintext
21 lines
481 B
Plaintext
|
add track (0,0) -> (0,14)
|
||
|
add track (0,14) -> (0,15)
|
||
|
add track (0,15) -> (1,15)
|
||
|
add track (1,15) -> (1,14)
|
||
|
add switch (1,14) -> (0,14),(1,0)
|
||
|
set switch 5 position (1,0)
|
||
|
create engine diesel T3 Emma 1 false true
|
||
|
create coach passenger 2 true true
|
||
|
create coach passenger 3 true true
|
||
|
create coach passenger 2 true false
|
||
|
add train 1 T3-Emma
|
||
|
add train 1 W1
|
||
|
add train 1 W2
|
||
|
add train 1 W3
|
||
|
put train 1 at (0,0) in direction 0,-1
|
||
|
step -20
|
||
|
step 20
|
||
|
set switch 5 position (0,14)
|
||
|
step -20
|
||
|
exit
|