Fixes für grapho
This commit is contained in:
parent
9a653f4a89
commit
eec8400940
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
author: Nero
|
author: Nero
|
||||||
title: KsKit für Eisenbahn.exe
|
title: KsKit für Eisenbahn.exe
|
||||||
|
lang: de
|
||||||
---
|
---
|
||||||
|
|
||||||
# KsKit für Eisenbahn.exe
|
# KsKit für Eisenbahn.exe
|
||||||
@ -148,7 +149,7 @@ Dies kann entweder mit einen Schaltauto oder mit Lua realisiert werden:
|
|||||||
if EEPGetSignal(1) == 2 then
|
if EEPGetSignal(1) == 2 then
|
||||||
-- Hilfsfahrstrasse schalten
|
-- Hilfsfahrstrasse schalten
|
||||||
EEPSetSignal(3, 2)
|
EEPSetSignal(3, 2)
|
||||||
-- Hilfsfahrstrasse auflösen
|
-- Hilfsfahrstrasse aufloesen
|
||||||
EEPSetSignal(3, 1)
|
EEPSetSignal(3, 1)
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user